Pz

SCPI Command :

[SOURce<HW>]:BB:GNSS:ADGeneration:GALileo:LOCation:COORdinates:DECimal:PZ
class PzCls[source]

Pz commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class PzStruct[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() PzStruct[source]
# SCPI: [SOURce<HW>]:BB:GNSS:ADGeneration:GALileo:LOCation:COORdinates:DECimal:PZ
value: PzStruct = driver.source.bb.gnss.adGeneration.galileo.location.coordinates.decimal.pz.get()

Sets the geographic reference location in decimal format.

return

structure: for return value, see the help for PzStruct structure arguments.

set(longitude: float, latitude: float, altitude: float) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:ADGeneration:GALileo:LOCation:COORdinates:DECimal:PZ
driver.source.bb.gnss.adGeneration.galileo.location.coordinates.decimal.pz.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