Instrument
SCPI Commands :
INSTrument:ABORt
INSTrument:DELete
- Commands in total: 32Subgroups: 8Direct child commands: 2
- abort() None[source]
# INSTrument:ABORt driver.instrument.abort()
No help available
- abort_with_opc(opc_timeout_ms: int = -1) None[source]
# INSTrument:ABORt driver.instrument.abort_with_opc()
No help available
Same as abort, but waits for the operation to complete before continuing further. Use the RsFsw.utilities.opc_timeout_set() to set the timeout value.
- Parameters:
opc_timeout_ms – Maximum time to wait in milliseconds, valid only for this call.
- delete(app_name: str) None[source]
# INSTrument:DELete driver.instrument.delete(app_name = rawAbc)
Deletes a channel. If you delete the last channel, the default ‘Spectrum’ channel is activated.
- Parameters:
app_name – String containing the name of the channel you want to delete. A channel must exist to delete it.
Cloning the Group
# Create a copy of the original group, that exists independently
instrument_copy = driver.instrument.clone()
Subgroups