Rframe
SCPI Command :
[SOURce<HW>]:BB:GNSS:RTK:BASE<ST>:LOCation:COORdinates:RFRame
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(baseSt=BaseSt.Default) RefFrame[source]
# [SOURce<HW>]:BB:GNSS:RTK:BASE<ST>:LOCation:COORdinates:RFRame value: enums.RefFrame = driver.source.bb.gnss.rtk.base.location.coordinates.rframe.get(baseSt = repcap.BaseSt.Default)
Selects the reference frame used to define the RTK base station coordinates.
- Parameters:
baseSt – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Base’)
- Returns:
reference_frame: PZ90 | WGS84
- set(reference_frame: RefFrame, baseSt=BaseSt.Default) None[source]
# [SOURce<HW>]:BB:GNSS:RTK:BASE<ST>:LOCation:COORdinates:RFRame driver.source.bb.gnss.rtk.base.location.coordinates.rframe.set(reference_frame = enums.RefFrame.PZ90, baseSt = repcap.BaseSt.Default)
Selects the reference frame used to define the RTK base station coordinates.
- Parameters:
reference_frame – PZ90 | WGS84
baseSt – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Base’)