Coordinates

SCPI Command :

[SOURce<HW>]:BB:GNSS:ADGeneration:GPS:LOCation:COORdinates:RFRame
Commands in total: 5
Subgroups: 2
Direct child commands: 1
get_rframe() RefFrame[source]
# [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.

Returns:

reference_frame: PZ90 | WGS84

set_rframe(reference_frame: RefFrame) None[source]
# [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.

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.gps.location.coordinates.clone()

Subgroups