Rate

SCPI Command :

[SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ATTitude:SPIN:RATE
class RateCls[source]

Rate 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:SPIN:RATE
value: float = driver.source.bb.gnss.receiver.v.attitude.spin.rate.get(vehicle = repcap.Vehicle.Default)

Sets the constant rate of change of the roll.

param vehicle

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

return

rate: float Range: -400 to 400

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

Sets the constant rate of change of the roll.

param rate

float Range: -400 to 400

param vehicle

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