Azimuth

SCPI Command :

[SOURce<HW>]:BB:GNSS:RT:GLONass:SVID<CH>:AZIMuth
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, satelliteSvid=SatelliteSvid.Default) float[source]
# [SOURce<HW>]:BB:GNSS:RT:GLONass:SVID<CH>:AZIMuth
value: float = driver.source.bb.gnss.rt.glonass.svid.azimuth.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, satelliteSvid = repcap.SatelliteSvid.Default)

Queries the satellite azimuth in the selected moment of time. The required query parameters, depend on the selected timebase.

Parameters:
  • time_basis – UTC | GPS | GST | GLO | BDT

  • year – integer Required for TimeBasis = UTC Range: 1980 to 9999

  • month – integer Required for TimeBasis = UTC Range: 1 to 12

  • day – integer Required for TimeBasis = UTC Range: 1 to 31

  • hour – integer Required for TimeBasis = UTC Range: 0 to 23

  • minutes – integer Required for TimeBasis = UTC Range: 0 to 59

  • seconds – float Required for TimeBasis = UTC Range: 0 to 59.999

  • week_number – integer Required for TimeBasis = GPS | GST | BDT Range: 0 to 529947

  • time_of_week – float Required for TimeBasis = GPS | GST | BDT Range: 0 to 604799.999

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

Returns:

azimuth: float