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