Scan
SCPI Commands :
SCONfiguration:EXTernal:REMote:SCAN
SCONfiguration:EXTernal:REMote:SCAN:STATe
- class ScanCls[source]
Scan commands group definition. 2 total commands, 0 Subgroups, 2 group commands
- get_state() bool [source]
# SCPI: SCONfiguration:EXTernal:REMote:SCAN:STATe value: bool = driver.sconfiguration.external.remote.scan.get_state()
Queries if scanning is performed or not. To start the scanning process, use the command method RsSmbv.Sconfiguration. External.Remote.Scan.set.
- return
scan_state: 1| ON| 0| OFF 1 Scanning process running 0 Not scanning
- set() None [source]
# SCPI: SCONfiguration:EXTernal:REMote:SCAN driver.sconfiguration.external.remote.scan.set()
Scans the network for connected instruments.
- set_with_opc(opc_timeout_ms: int = - 1) None [source]
# SCPI: SCONfiguration:EXTernal:REMote:SCAN driver.sconfiguration.external.remote.scan.set_with_opc()
Scans the network for connected instruments.
Same as set, 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.