Decimal
SCPI Command :
[SOURce<HW>]:BB:GNSS:RT:RECeiver:[V<ST>]:RLOCation:COORdinates:DECimal
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class GetStruct[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: -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]
# [SOURce<HW>]:BB:GNSS:RT:RECeiver:[V<ST>]:RLOCation:COORdinates:DECimal value: GetStruct = driver.source.bb.gnss.rt.receiver.v.rlocation.coordinates.decimal.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 decimal format for the selected moment of time. The required query parameters depend on the selected timebase.
- Parameters:
time_basis – select
month – integer Range: 1 to 12
day – integer Range: 1 to 31
hour – integer Range: 0 to 23
minutes – integer Range: 0 to 59
seconds – float Range: 0 to 59.999
week_number – integer Range: 0 to 529947
time_of_week – float Range: 0 to 604799.999
vehicle – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘V’)
- Returns:
structure: for return value, see the help for GetStruct structure arguments.