State

SCPI Commands

SOURce:CDMA:SIGNaling<Instance>:STATe:ALL
SOURce:CDMA: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.MainState: ON | OFF ON: generator has been turned on OFF: generator switched off

  • 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:CDMA:SIGNaling<Instance>:STATe:ALL
value: AllStruct = driver.source.state.get_all()

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

return

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

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

Turns the signal generator on or off.

return

main_state: No help available

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

Turns the signal generator on or off.

param main_state

No help available