Rvelocity

SCPI Command :

[SOURce<HW>]:BB:GNSS:RT:RECeiver:[V<ST>]:RVELocity
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(time_basis: TimeBasis, year: int, month: int, day: int, hour: int, minutes: int, seconds: float, week_number: int, time_of_week: float, vehicle=Vehicle.Default) float[source]
# [SOURce<HW>]:BB:GNSS:RT:RECeiver:[V<ST>]:RVELocity
value: float = driver.source.bb.gnss.rt.receiver.v.rvelocity.get(time_basis = enums.TimeBasis.BDT, year = 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 velocity of the receiver location for the selected moment of time. The required query parameters depend on the selected timebase.

Parameters:
  • time_basis – select

  • year – integer Range: 1980 to 9999

  • 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:

velocity: float Range: 0 to 1000