Decimal
SCPI Command :
[SOURce<HW>]:BB:GBAS:VDB<CH>:MCONfig:DFLocation: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: -1.0 to 1.0
Latitude: float: float Range: -1.0 to 1.0
- get(vdbTransmitter=VdbTransmitter.Default) DecimalStruct [source]
# SCPI: [SOURce<HW>]:BB:GBAS:VDB<CH>:MCONfig:DFLocation:COORdinates:DECimal value: DecimalStruct = driver.source.bb.gbas.vdb.mconfig.dfLocation.coordinates.decimal.get(vdbTransmitter = repcap.VdbTransmitter.Default)
Defines the coordinates of the Delta FPAD 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, vdbTransmitter=VdbTransmitter.Default) None [source]
# SCPI: [SOURce<HW>]:BB:GBAS:VDB<CH>:MCONfig:DFLocation:COORdinates:DECimal driver.source.bb.gbas.vdb.mconfig.dfLocation.coordinates.decimal.set(longitude = 1.0, latitude = 1.0, vdbTransmitter = repcap.VdbTransmitter.Default)
Defines the coordinates of the Delta FPAD location in decimal format.
- param longitude
float Range: -1.0 to 1.0
- param latitude
float Range: -1.0 to 1.0
- param vdbTransmitter
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Vdb’)