Pitch
SCPI Command :
[SOURce<HW>]:BB:GNSS:RECeiver:[V<ST>]:ATTitude:PITCh
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(vehicle=Vehicle.Default) float[source]
# [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.
- Parameters:
vehicle – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘V’)
- Returns:
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]
# [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.
- Parameters:
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
vehicle – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘V’)