Signaling

SCPI Commands :

CREate:SIGNaling:CMAS
CREate:SIGNaling:RFCHannel
CREate:SIGNaling:FADing
class SignalingCls[source]

Signaling commands group definition. 19 total commands, 6 Subgroups, 3 group commands

set_cmas(network_scope: str) None[source]
# SCPI: CREate:SIGNaling:CMAS
driver.create.signaling.set_cmas(network_scope = 'abc')

Creates a CMAS service for all cells in a certain <NetworkScope>. Use this network scope in the other CMAS commands.

param network_scope:

Name of a PLMN or a tracking area or a cell

set_fading(cell_name: str) None[source]
# SCPI: CREate:SIGNaling:FADing
driver.create.signaling.set_fading(cell_name = 'abc')

Allows fading and reserves the required resources. Send this command before switching to live mode.

param cell_name:

No help available

set_rf_channel(cell_name: str) None[source]
# SCPI: CREate:SIGNaling:RFCHannel
driver.create.signaling.set_rf_channel(cell_name = 'abc')

No command help available

param cell_name:

No help available

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.create.signaling.clone()

Subgroups