Roll

SCPI Command :

[SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ATTitude:ROLL
class RollCls[source]

Roll 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>]:ATTitude:ROLL
value: float = driver.source.bb.gnss.receiver.v.attitude.roll.get(vehicle = repcap.Vehicle.Default)

Sets the attitude parameter relative to the local horizon.

param vehicle

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

return

roll: float Range: -180 to 180

set(roll: float, vehicle=Vehicle.Default) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ATTitude:ROLL
driver.source.bb.gnss.receiver.v.attitude.roll.set(roll = 1.0, vehicle = repcap.Vehicle.Default)

Sets the attitude parameter relative to the local horizon.

param roll

float Range: -180 to 180

param vehicle

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