Roll

SCPI Command :

[SOURce<HW>]:BB:GNSS:RTK:BASE<ST>:ATTitude:ROLL
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(baseSt=BaseSt.Default) float[source]
# [SOURce<HW>]:BB:GNSS:RTK:BASE<ST>:ATTitude:ROLL
value: float = driver.source.bb.gnss.rtk.base.attitude.roll.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:

roll: float Range: -180 to 180

set(roll: float, baseSt=BaseSt.Default) None[source]
# [SOURce<HW>]:BB:GNSS:RTK:BASE<ST>:ATTitude:ROLL
driver.source.bb.gnss.rtk.base.attitude.roll.set(roll = 1.0, baseSt = repcap.BaseSt.Default)

Sets the attitude parameter relative to the local horizon.

Parameters:
  • roll – float Range: -180 to 180

  • baseSt – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Base’)