State

SCPI Command :

[SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:FULL:RWINdow:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(vehicle=Vehicle.Default) bool[source]
# [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:FULL:RWINdow:STATe
value: bool = driver.source.bb.gnss.receiver.v.environment.full.rwindow.state.get(vehicle = repcap.Vehicle.Default)

Enables the repetition of the defined objects.

Parameters:

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

Returns:

state: 1 | ON | 0| OFF

set(state: bool, vehicle=Vehicle.Default) None[source]
# [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:FULL:RWINdow:STATe
driver.source.bb.gnss.receiver.v.environment.full.rwindow.state.set(state = False, vehicle = repcap.Vehicle.Default)

Enables the repetition of the defined objects.

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

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