Rt
SCPI Commands :
[SOURce<HW>]:BB:GNSS:RT:HDOP
[SOURce<HW>]:BB:GNSS:RT:HWTime
[SOURce<HW>]:BB:GNSS:RT:PDOP
[SOURce<HW>]:BB:GNSS:RT:VDOP
- Commands in total: 31Subgroups: 9Direct child commands: 4
- get_hdop() float[source]
# [SOURce<HW>]:BB:GNSS:RT:HDOP value: float = driver.source.bb.gnss.rt.get_hdop()
Queries the horizontal dilution of precision (HDOP) value of the selected satellite constellation.
- Returns:
realtime_hdop: float
- get_hw_time() float[source]
# [SOURce<HW>]:BB:GNSS:RT:HWTime value: float = driver.source.bb.gnss.rt.get_hw_time()
Queries the time elapsed since the simulation start. To query the simulation start time, use the command: method
RsSmw.source.bb.gnss.time.start.time.set().- Returns:
elapsed_time: float Range: 0 to max, Unit: s
- get_pdop() float[source]
# [SOURce<HW>]:BB:GNSS:RT:PDOP value: float = driver.source.bb.gnss.rt.get_pdop()
Queries the position dilution of precision (PDOP) value of the selected satellite constellation.
- Returns:
realtime_pdop: float
- get_vdop() float[source]
# [SOURce<HW>]:BB:GNSS:RT:VDOP value: float = driver.source.bb.gnss.rt.get_vdop()
Queries the vertical dilution of precision (VDOP) value of the selected satellite constellation.
- Returns:
realtime_vdop: float
Cloning the Group
# Create a copy of the original group, that exists independently
rt_copy = driver.source.bb.gnss.rt.clone()
Subgroups