Elevation
SCPI Command :
[SOURce<HW>]:BB:GNSS:RT:NAVic:SVID<CH>:ELEVation
- class ElevationCls[source]
Elevation 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, satelliteSvid=SatelliteSvid.Default) float [source]
# SCPI: [SOURce<HW>]:BB:GNSS:RT:NAVic:SVID<CH>:ELEVation value: float = driver.source.bb.gnss.rt.navic.svid.elevation.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 elevation in the selected moment of time. The required query parameters, depend on the selected timebase.
- param time_basis
UTC | GPS | GST | GLO | BDT
- param year
integer Required for TimeBasis = UTC Range: 1980 to 9999
- param month
integer Required for TimeBasis = UTC Range: 1 to 12
- param day
integer Required for TimeBasis = UTC Range: 1 to 31
- param hour
integer Required for TimeBasis = UTC Range: 0 to 23
- param minutes
integer Required for TimeBasis = UTC Range: 0 to 59
- param seconds
float Required for TimeBasis = UTC Range: 0 to 59.999
- param week_number
integer Required for TimeBasis = GPS|GST|BDT Range: 0 to 529947
- param time_of_week
float Required for TimeBasis = GPS|GST|BDT Range: 0 to 604799.999
- param satelliteSvid
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Svid’)
- return
elevation: float