Rframe
SCPI Command :
[SOURce<HW>]:BB:GNSS:RTK:BASE<ST>:LOCation:COORdinates:RFRame
- class RframeCls[source]
Rframe commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(baseSt=BaseSt.Default) RsSmw.enums.RefFrame [source]
# SCPI: [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.
- param baseSt
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Base’)
- return
reference_frame: PZ90| WGS84
- set(reference_frame: RsSmw.enums.RefFrame, baseSt=BaseSt.Default) None [source]
# SCPI: [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.
- param reference_frame
PZ90| WGS84
- param baseSt
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Base’)