Rvelocityļƒ

SCPI Command :

[SOURce<HW>]:BB:GNSS:RT:RECeiver:[V<ST>]:RVELocity
class RvelocityCls[source]

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

get(time_basis: RsSmbv.enums.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]
# SCPI: [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.

param time_basis

select

param year

integer Range: 1980 to 9999

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

velocity: float Range: 0 to 1000