Coordinates

SCPI Command :

[SOURce<HW>]:BB:GNSS:ADGeneration:QZSS: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:QZSS:LOCation:COORdinates:RFRame
value: enums.RefFrame = driver.source.bb.gnss.adGeneration.qzss.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:QZSS:LOCation:COORdinates:RFRame
driver.source.bb.gnss.adGeneration.qzss.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.qzss.location.coordinates.clone()

Subgroups