State

SCPI Commands

SOURce:WCDMa:SIGNaling<Instance>:CELL:STATe:ALL
SOURce:WCDMa: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.GeneratorState: 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 (signal off for main state OFF, signal on for main state ON)

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

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

return

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

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

Turns the generator (the cell) on or off.

return

main_state: No help available

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

Turns the generator (the cell) on or off.

param main_state

No help available