Dms

SCPI Command :

[SOURce<HW>]:BB:GNSS:RT:RECeiver:[V<ST>]:RLOCation:COORdinates:DMS
class DmsCls[source]

Dms commands group definition. 1 total commands, 0 Subgroups, 1 group commands

class GetStruct[source]

Response structure. Fields:

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

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

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

  • 4 Longitude_Dir: str: select

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

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

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

  • 8 Latitude_Dir: str: select

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

get(time_basis: TimeBasis, ycoorear: int, month: int, day: int, hour: int, minutes: int, seconds: float, week_number: int, time_of_week: float, vehicle=Vehicle.Default) GetStruct[source]
# SCPI: [SOURce<HW>]:BB:GNSS:RT:RECeiver:[V<ST>]:RLOCation:COORdinates:DMS
value: GetStruct = driver.source.bb.gnss.rt.receiver.v.rlocation.coordinates.dms.get(time_basis = enums.TimeBasis.BDT, ycoorear = 1, month = 1, day = 1, hour = 1, minutes = 1, seconds = 1.0, week_number = 1, time_of_week = 1.0, vehicle = repcap.Vehicle.Default)

Queries the coordinates of the receiver location in DMS format for the selected moment of time. The required query parameters depend on the selected timebase.

param time_basis:

select

param ycoorear:

No help available

param month:

integer Range: 1 to 12

param day:

integer Range: 1 to 31

param hour:

integer Range: 0 to 23

param minutes:

integer Range: 0 to 59

param seconds:

float Range: 0 to 59.999

param week_number:

integer Range: 0 to 529947

param time_of_week:

float Range: 0 to 604799.999

param vehicle:

optional repeated capability selector. Default value: Nr1 (settable in the interface ā€˜V’)

return:

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