Pitch

SCPI Command :

[SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ATTitude:PITCh
class PitchCls[source]

Pitch 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:PITCh
value: float = driver.source.bb.gnss.receiver.v.attitude.pitch.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

pitch: float Values outside the value range are not supported. If you import trajectory files with out-of-range pitch value definitions, the set values are not considered. Convert the trajectory files respectively. Range: -90 to 90

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

Sets the attitude parameter relative to the local horizon.

param pitch

float Values outside the value range are not supported. If you import trajectory files with out-of-range pitch value definitions, the set values are not considered. Convert the trajectory files respectively. Range: -90 to 90

param vehicle

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