Rt
SCPI Commands :
[SOURce<HW>]:BB:GNSS:LOGGing:RT:CHANges
[SOURce<HW>]:BB:GNSS:LOGGing:RT:STATe
- Commands in total: 2Subgroups: 0Direct child commands: 2
- get_changes() bool[source]
# [SOURce<HW>]:BB:GNSS:LOGGing:RT:CHANges value: bool = driver.source.bb.gnss.logging.rt.get_changes()
No help available
- get_state() bool[source]
# [SOURce<HW>]:BB:GNSS:LOGGing:RT:STATe value: bool = driver.source.bb.gnss.logging.rt.get_state()
Starts real-time data logging.
- Returns:
status: 1 | ON | 0| OFF
- set_changes(status: bool) None[source]
# [SOURce<HW>]:BB:GNSS:LOGGing:RT:CHANges driver.source.bb.gnss.logging.rt.set_changes(status = False)
No help available
- set_state(status: bool) None[source]
# [SOURce<HW>]:BB:GNSS:LOGGing:RT:STATe driver.source.bb.gnss.logging.rt.set_state(status = False)
Starts real-time data logging.
- Parameters:
status – 1 | ON | 0| OFF