Y
SCPI Command :
[SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ENVironment:VOBS:ROFFset:Y
- class YCls[source]
Y commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(vehicle=Vehicle.Default) float [source]
# SCPI: [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)
Sets the initial Y position of a receiver relative to the reference point that is the (0, 0, 0) coordinate.
- param vehicle:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘V’)
- return:
yoffset: float Range: -1500 to 1500
- set(yoffset: float, vehicle=Vehicle.Default) None [source]
# SCPI: [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)
Sets the initial Y position of a receiver relative to the reference point that is the (0, 0, 0) coordinate.
- param yoffset:
float Range: -1500 to 1500
- param vehicle:
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘V’)