Pz

SCPI Command :

[SOURce<HW>]:BB:GNSS:ADGeneration:GALileo:LOCation:COORdinates:DECimal:PZ
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class PzStruct[source]

Response structure. Fields:

  • 1 Longitude: float: float Range: -180 to 180

  • 2 Latitude: float: float Range: -90 to 90

  • 3 Altitude: float: float Range: -10E3 to 50E6

get() PzStruct[source]
# [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.

Returns:

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

set(longitude: float, latitude: float, altitude: float) None[source]
# [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.

Parameters:
  • longitude – float Range: -180 to 180

  • latitude – float Range: -90 to 90

  • altitude – float Range: -10E3 to 50E6