State

SCPI Commands

SOURce:GSM:SIGNaling<Instance>:CELL:STATe:ALL
SOURce:GSM:SIGNaling<Instance>:CELL:STATe
class State[source]

State commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

class AllStruct[source]

Structure for reading output parameters. Fields:

  • Main_State: enums.MainState: OFF | ON | RFHandover OFF: generator switched off ON: generator has been turned on RFHandover: ready to receive a handover from another signaling application

  • Sync_State: enums.SyncState: PENDing | ADJusted PENDing: the generator has been turned on (off) but the signal is not yet (still) available ADJusted: the physical output signal corresponds to the main generator state

get_all()AllStruct[source]
# SCPI: SOURce:GSM:SIGNaling<Instance>:CELL:STATe:ALL
value: AllStruct = driver.source.cell.state.get_all()

Returns detailed information about the ‘GSM Signaling’ generator state.

return

structure: for return value, see the help for AllStruct structure arguments.

get_value()bool[source]
# SCPI: SOURce:GSM:SIGNaling<Instance>:CELL:STATe
value: bool = driver.source.cell.state.get_value()

Turns the GSM signaling generator (DL GSM signal) off or on.

return

main_state: No help available

set_value(main_state: bool)None[source]
# SCPI: SOURce:GSM:SIGNaling<Instance>:CELL:STATe
driver.source.cell.state.set_value(main_state = False)

Turns the GSM signaling generator (DL GSM signal) off or on.

param main_state

No help available