Rt

SCPI Commands :

[SOURce<HW>]:BB:GNSS:LOGGing:RT:CHANges
[SOURce<HW>]:BB:GNSS:LOGGing:RT:STATe
class RtCls[source]

Rt commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_changes() bool[source]
# SCPI: [SOURce<HW>]:BB:GNSS:LOGGing:RT:CHANges
value: bool = driver.source.bb.gnss.logging.rt.get_changes()

No command help available

return

status: No help available

get_state() bool[source]
# SCPI: [SOURce<HW>]:BB:GNSS:LOGGing:RT:STATe
value: bool = driver.source.bb.gnss.logging.rt.get_state()

Starts real-time data logging.

return

status: 1| ON| 0| OFF

set_changes(status: bool) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:LOGGing:RT:CHANges
driver.source.bb.gnss.logging.rt.set_changes(status = False)

No command help available

param status

No help available

set_state(status: bool) None[source]
# SCPI: [SOURce<HW>]:BB:GNSS:LOGGing:RT:STATe
driver.source.bb.gnss.logging.rt.set_state(status = False)

Starts real-time data logging.

param status

1| ON| 0| OFF