Coordinates
SCPI Command :
[SOURce<HW>]:BB:GNSS:ADGeneration:GPS:LOCation:COORdinates:RFRame
- class CoordinatesCls[source]
Coordinates commands group definition. 5 total commands, 2 Subgroups, 1 group commands
- get_rframe() RsSmbv.enums.RefFrame [source]
# SCPI: [SOURce<HW>]:BB:GNSS:ADGeneration:GPS:LOCation:COORdinates:RFRame value: enums.RefFrame = driver.source.bb.gnss.adGeneration.gps.location.coordinates.get_rframe()
Sets the reference frame.
- return
reference_frame: PZ90| WGS84
- set_rframe(reference_frame: RsSmbv.enums.RefFrame) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:ADGeneration:GPS:LOCation:COORdinates:RFRame driver.source.bb.gnss.adGeneration.gps.location.coordinates.set_rframe(reference_frame = enums.RefFrame.PZ90)
Sets the reference frame.
- param reference_frame
PZ90| WGS84
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.gnss.adGeneration.gps.location.coordinates.clone()
Subgroups