B

SCPI Command :

CALL:LTE:SIGNaling<instance>:B:ACTion
class BCls[source]

B commands group definition. 1 total commands, 0 Subgroups, 1 group commands

set_action(scc_action: SccAction) None[source]
# SCPI: CALL:LTE:SIGNaling<instance>:B:ACTion
driver.call.b.set_action(scc_action = enums.SccAction.MACactivate)

Control the state of all SCCs assigned to the synchronization set A or B.

param scc_action:

OFF | ON | RRCadd | MACactivate | MACDeactivat | RRCDelete OFF: Switch off SCC ON: Switch on SCC RRCadd: Add SCC RRC connection MACactivate: Activate MAC for the SCC MACDeactivat: Deactivate MAC for the SCC RRCDelete: Delete SCC RRC connection