Pitch
SCPI Command :
[SOURce<HW>]:BB:GNSS:RTK:BASE<ST>:ATTitude:PITCh
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(baseSt=BaseSt.Default) float[source]
# [SOURce<HW>]:BB:GNSS:RTK:BASE<ST>:ATTitude:PITCh value: float = driver.source.bb.gnss.rtk.base.attitude.pitch.get(baseSt = repcap.BaseSt.Default)
Sets the attitude parameter relative to the local horizon.
- Parameters:
baseSt – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Base’)
- 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, baseSt=BaseSt.Default) None[source]
# [SOURce<HW>]:BB:GNSS:RTK:BASE<ST>:ATTitude:PITCh driver.source.bb.gnss.rtk.base.attitude.pitch.set(pitch = 1.0, baseSt = repcap.BaseSt.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
baseSt – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Base’)