Decimal
SCPI Command :
[SOURce<HW>]:BB:GBAS:VDB<CH>:MCONfig:LOCation:COORdinates:DECimal
- class DecimalCls[source]
Decimal commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class DecimalStruct[source]
Response structure. Fields:
Longitude: float: float Range: -180 to 180
Latitude: float: float Range: -90 to 90
Altitude: float: float Range: -83886.07 to 83886.07
- get(vdbTransmitter=VdbTransmitter.Default) DecimalStruct [source]
# SCPI: [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.
- param vdbTransmitter
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Vdb’)
- return
structure: for return value, see the help for DecimalStruct structure arguments.
- set(longitude: float, latitude: float, altitude: float, vdbTransmitter=VdbTransmitter.Default) None [source]
# SCPI: [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.
- param longitude
float Range: -180 to 180
- param latitude
float Range: -90 to 90
- param altitude
float Range: -83886.07 to 83886.07
- param vdbTransmitter
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Vdb’)