Y

SCPI Command :

[SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:VOBS:ROFFset:Y
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(vehicle=Vehicle.Default) float[source]
# [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:VOBS:ROFFset:Y
value: float = driver.source.bb.gnss.receiver.v.environment.vobs.roffset.y.get(vehicle = repcap.Vehicle.Default)

Determines the start position of a receiver in terms of height offset and X/Y offset.

Parameters:

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

set(yoffset: float, vehicle=Vehicle.Default) None[source]
# [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:VOBS:ROFFset:Y
driver.source.bb.gnss.receiver.v.environment.vobs.roffset.y.set(yoffset = 1.0, vehicle = repcap.Vehicle.Default)

Determines the start position of a receiver in terms of height offset and X/Y offset.

Parameters:
  • yoffset – float Range: 0 to 500

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