Dms

SCPI Command :

[SOURce<HW>]:BB:GBAS:VDB<CH>:MCONfig:FDB<ST>:DDLocation:COORdinates:DMS
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class DmsStruct[source]

Structure for setting input parameters. Fields:

  • 1 Longitude_Deg: int: integer Range: 0 to 0

  • 2 Longitude_Min: int: integer Range: 0 to 10

  • 3 Longitude_Sec: float: float Range: 0 to 55.358

  • 4 Longitude_Dir: str: select

  • 5 Latitude_Deg: int: integer Range: 0 to 0

  • 6 Latitude_Min: int: integer Range: 0 to 5

  • 7 Latitude_Sec: float: float Range: 0 to 27.679

  • 8 Latitude_Dir: str: select

get(vdbTransmitter=VdbTransmitter.Default, fdbTransmitter=FdbTransmitter.Default) DmsStruct[source]
# [SOURce<HW>]:BB:GBAS:VDB<CH>:MCONfig:FDB<ST>:DDLocation:COORdinates:DMS
value: DmsStruct = driver.source.bb.gbas.vdb.mconfig.fdb.ddlocation.coordinates.dms.get(vdbTransmitter = repcap.VdbTransmitter.Default, fdbTransmitter = repcap.FdbTransmitter.Default)

Defines the coordinates of the Delta DERP location in degrees, minutes and seconds.

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

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

Returns:

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

set(structure: DmsStruct, vdbTransmitter=VdbTransmitter.Default, fdbTransmitter=FdbTransmitter.Default) None[source]
# [SOURce<HW>]:BB:GBAS:VDB<CH>:MCONfig:FDB<ST>:DDLocation:COORdinates:DMS
structure = driver.source.bb.gbas.vdb.mconfig.fdb.ddlocation.coordinates.dms.DmsStruct()
structure.Longitude_Deg: int = 1
structure.Longitude_Min: int = 1
structure.Longitude_Sec: float = 1.0
structure.Longitude_Dir: str = 'abc'
structure.Latitude_Deg: int = 1
structure.Latitude_Min: int = 1
structure.Latitude_Sec: float = 1.0
structure.Latitude_Dir: str = 'abc'
driver.source.bb.gbas.vdb.mconfig.fdb.ddlocation.coordinates.dms.set(structure, vdbTransmitter = repcap.VdbTransmitter.Default, fdbTransmitter = repcap.FdbTransmitter.Default)

Defines the coordinates of the Delta DERP location in degrees, minutes and seconds.

Parameters:
  • structure – for set value, see the help for DmsStruct structure arguments.

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

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