Scan

SCPI Commands :

EMITter:MODE:SCAN:CLEar
EMITter:MODE:SCAN
class ScanCls[source]

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

clear() None[source]
# SCPI: EMITter:MODE:SCAN:CLEar
driver.emitter.mode.scan.clear()

Deletes all items from the list or the table.

clear_with_opc(opc_timeout_ms: int = -1) None[source]
# SCPI: EMITter:MODE:SCAN:CLEar
driver.emitter.mode.scan.clear_with_opc()

Deletes all items from the list or the table.

Same as clear, but waits for the operation to complete before continuing further. Use the RsPulseSeq.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_value() str[source]
# SCPI: EMITter:MODE:SCAN
value: str = driver.emitter.mode.scan.get_value()

Assigns an antenna scan, see method RsPulseSeq.Scan.create.

return:

scan: string

set_value(scan: str) None[source]
# SCPI: EMITter:MODE:SCAN
driver.emitter.mode.scan.set_value(scan = 'abc')

Assigns an antenna scan, see method RsPulseSeq.Scan.create.

param scan:

string