State

SCPI Commands

SOURce:EVDO:SIGNaling<Instance>:STATe:ALL
SOURce:EVDO:SIGNaling<Instance>: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.MainGenState: OFF | ON | RFHandover ON: generator has been turned on OFF: generator switched off RFHandover: Ready for handover, i.e. the signaling application is ready to receive an inter-RAT handover from another signaling application (e.g. LTE) , see ‘Inter-RAT Handover’ for details.

  • 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 (signal off for main state OFF, signal on for main state ON)

get_all()AllStruct[source]
# SCPI: SOURce:EVDO:SIGNaling<instance>:STATe:ALL
value: AllStruct = driver.source.state.get_all()

Returns detailed information about the ‘1xEV-DO Signaling’ generator state.

return

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

get_value()bool[source]
# SCPI: SOURce:EVDO:SIGNaling<instance>:STATe
value: bool = driver.source.state.get_value()

Turns the 1xEV-DO signaling generator (the cell) off or on.

return

main_state: No help available

set_value(main_state: bool)None[source]
# SCPI: SOURce:EVDO:SIGNaling<instance>:STATe
driver.source.state.set_value(main_state = False)

Turns the 1xEV-DO signaling generator (the cell) off or on.

param main_state

No help available