Coordinates
SCPI Command :
[SOURce<HW>]:BB:GNSS:ADGeneration:GLONass:LOCation:COORdinates:RFRame
- Commands in total: 5Subgroups: 2Direct child commands: 1
- get_rframe() RefFrame[source]
# [SOURce<HW>]:BB:GNSS:ADGeneration:GLONass:LOCation:COORdinates:RFRame value: enums.RefFrame = driver.source.bb.gnss.adGeneration.glonass.location.coordinates.get_rframe()
Sets the reference frame.
- Returns:
reference_frame: PZ90 | WGS84
- set_rframe(reference_frame: RefFrame) None[source]
# [SOURce<HW>]:BB:GNSS:ADGeneration:GLONass:LOCation:COORdinates:RFRame driver.source.bb.gnss.adGeneration.glonass.location.coordinates.set_rframe(reference_frame = enums.RefFrame.PZ90)
Sets the reference frame.
- Parameters:
reference_frame – PZ90 | WGS84
Cloning the Group
# Create a copy of the original group, that exists independently
coordinates_copy = driver.source.bb.gnss.adGeneration.glonass.location.coordinates.clone()
Subgroups