Decimal

SCPI Command :

[SOURce<HW>]:BB:GBAS:VDB<CH>:MCONfig:LOCation:COORdinates:DECimal
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class DecimalStruct[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: -83886.07 to 83886.07

get(vdbTransmitter=VdbTransmitter.Default) DecimalStruct[source]
# [SOURce<HW>]:BB:GBAS:VDB<CH>:MCONfig:LOCation:COORdinates:DECimal
value: DecimalStruct = driver.source.bb.gbas.vdb.mconfig.location.coordinates.decimal.get(vdbTransmitter = repcap.VdbTransmitter.Default)

Defines the coordinates of the ground station reference location in decimal format.

Parameters:

vdbTransmitter – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Vdb’)

Returns:

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

set(longitude: float, latitude: float, altitude: float, vdbTransmitter=VdbTransmitter.Default) None[source]
# [SOURce<HW>]:BB:GBAS:VDB<CH>:MCONfig:LOCation:COORdinates:DECimal
driver.source.bb.gbas.vdb.mconfig.location.coordinates.decimal.set(longitude = 1.0, latitude = 1.0, altitude = 1.0, vdbTransmitter = repcap.VdbTransmitter.Default)

Defines the coordinates of the ground station reference location in decimal format.

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

  • latitude – float Range: -90 to 90

  • altitude – float Range: -83886.07 to 83886.07

  • vdbTransmitter – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Vdb’)