State

SCPI Command :

[SOURce<HW>]:BB:GBAS:VDB<CH>:SCH:TS<ST>:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(vdbTransmitter=VdbTransmitter.Default, timeSlot=TimeSlot.Default) bool[source]
# [SOURce<HW>]:BB:GBAS:VDB<CH>:SCH:TS<ST>:STATe
value: bool = driver.source.bb.gbas.vdb.sch.ts.state.get(vdbTransmitter = repcap.VdbTransmitter.Default, timeSlot = repcap.TimeSlot.Default)

Enables the VDB in the corresponding time slot (TS) .

Parameters:
  • vdbTransmitter – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Vdb’)

  • timeSlot – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ts’)

Returns:

state: 1 | ON | 0| OFF

set(state: bool, vdbTransmitter=VdbTransmitter.Default, timeSlot=TimeSlot.Default) None[source]
# [SOURce<HW>]:BB:GBAS:VDB<CH>:SCH:TS<ST>:STATe
driver.source.bb.gbas.vdb.sch.ts.state.set(state = False, vdbTransmitter = repcap.VdbTransmitter.Default, timeSlot = repcap.TimeSlot.Default)

Enables the VDB in the corresponding time slot (TS) .

Parameters:
  • state – 1 | ON | 0| OFF

  • vdbTransmitter – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Vdb’)

  • timeSlot – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ts’)