Wgs
SCPI Command :
[SOURce<HW>]:BB:GNSS:ADGeneration:GLONass:LOCation:COORdinates:DECimal:[WGS]
- class WgsCls[source]
Wgs commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class WgsStruct[source]
Response structure. Fields:
Longitude: float: float Range: -180 to 180
Latitude: float: float Range: -90 to 90
Altitude: float: float Range: -10E3 to 50E6
- get() WgsStruct [source]
# SCPI: [SOURce<HW>]:BB:GNSS:ADGeneration:GLONass:LOCation:COORdinates:DECimal:[WGS] value: WgsStruct = driver.source.bb.gnss.adGeneration.glonass.location.coordinates.decimal.wgs.get()
Sets the geographic reference location in decimal format.
- return
structure: for return value, see the help for WgsStruct structure arguments.
- set(longitude: float, latitude: float, altitude: float) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:ADGeneration:GLONass:LOCation:COORdinates:DECimal:[WGS] driver.source.bb.gnss.adGeneration.glonass.location.coordinates.decimal.wgs.set(longitude = 1.0, latitude = 1.0, altitude = 1.0)
Sets the geographic reference location in decimal format.
- param longitude
float Range: -180 to 180
- param latitude
float Range: -90 to 90
- param altitude
float Range: -10E3 to 50E6