State

SCPI Command :

[SOURce<HW>]:BB:GBAS:VDB<CH>:SCH:TS<ST>:STATe
class StateCls[source]

State commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(vdbTransmitter=VdbTransmitter.Default, timeSlot=TimeSlot.Default) bool[source]
# SCPI: [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) .

param vdbTransmitter

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

param timeSlot

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

return

state: 1| ON| 0| OFF

set(state: bool, vdbTransmitter=VdbTransmitter.Default, timeSlot=TimeSlot.Default) None[source]
# SCPI: [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) .

param state

1| ON| 0| OFF

param vdbTransmitter

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

param timeSlot

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