Offline
SCPI Commands :
[SOURce<HW>]:BB:GNSS:LOGGing:OFFLine:ABORt
[SOURce<HW>]:BB:GNSS:LOGGing:OFFLine:DURation
[SOURce<HW>]:BB:GNSS:LOGGing:OFFLine:PROGress
[SOURce<HW>]:BB:GNSS:LOGGing:OFFLine:TOFFset
- class OfflineCls[source]
Offline commands group definition. 5 total commands, 1 Subgroups, 4 group commands
- abort() None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:LOGGing:OFFLine:ABORt driver.source.bb.gnss.logging.offline.abort()
Logging files are created and saved. Files with the same name are overwritten. To stop the generation, send [:SOURce<hw>]:BB:GNSS:LOGGing:OFFLine:ABORt.
- abort_with_opc(opc_timeout_ms: int = - 1) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:LOGGing:OFFLine:ABORt driver.source.bb.gnss.logging.offline.abort_with_opc()
Logging files are created and saved. Files with the same name are overwritten. To stop the generation, send [:SOURce<hw>]:BB:GNSS:LOGGing:OFFLine:ABORt.
Same as abort, but waits for the operation to complete before continuing further. Use the RsSmbv.utilities.opc_timeout_set() to set the timeout value.
- param opc_timeout_ms
Maximum time to wait in milliseconds, valid only for this call.
- get_duration() float [source]
# SCPI: [SOURce<HW>]:BB:GNSS:LOGGing:OFFLine:DURation value: float = driver.source.bb.gnss.logging.offline.get_duration()
Sets the logging duration.
- return
duration: float Range: 0 to 864000
- get_progress() int [source]
# SCPI: [SOURce<HW>]:BB:GNSS:LOGGing:OFFLine:PROGress value: int = driver.source.bb.gnss.logging.offline.get_progress()
Querries the progress of the offline data logging generation.
- return
progress: integer Range: 0 to 100
- get_toffset() float [source]
# SCPI: [SOURce<HW>]:BB:GNSS:LOGGing:OFFLine:TOFFset value: float = driver.source.bb.gnss.logging.offline.get_toffset()
Delays the logging start.
- return
time_offset: float Range: 0 to 864000, Unit: s
- set_duration(duration: float) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:LOGGing:OFFLine:DURation driver.source.bb.gnss.logging.offline.set_duration(duration = 1.0)
Sets the logging duration.
- param duration
float Range: 0 to 864000
- set_toffset(time_offset: float) None [source]
# SCPI: [SOURce<HW>]:BB:GNSS:LOGGing:OFFLine:TOFFset driver.source.bb.gnss.logging.offline.set_toffset(time_offset = 1.0)
Delays the logging start.
- param time_offset
float Range: 0 to 864000, Unit: s
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.gnss.logging.offline.clone()
Subgroups