Status
SCPI Command :
STATus:PRESet
- Commands in total: 112Subgroups: 3Direct child commands: 1
- preset() None[source]
# STATus:PRESet driver.status.preset()
Resets the edge detectors and ENABle parts of all registers to a defined value. All PTRansition parts are set to FFFFh, i. e. all transitions from 0 to 1 are detected. All NTRansition parts are set to 0, i.e. a transition from 1 to 0 in a CONDition bit is not detected. The ENABle part of the method
RsFsw.status.operation.event.get()and methodRsFsw.status.questionable.event.get()registers are set to 0, i.e. all events in these registers are not passed on.
- preset_with_opc(opc_timeout_ms: int = -1) None[source]
# STATus:PRESet driver.status.preset_with_opc()
Resets the edge detectors and ENABle parts of all registers to a defined value. All PTRansition parts are set to FFFFh, i. e. all transitions from 0 to 1 are detected. All NTRansition parts are set to 0, i.e. a transition from 1 to 0 in a CONDition bit is not detected. The ENABle part of the method
RsFsw.status.operation.event.get()and methodRsFsw.status.questionable.event.get()registers are set to 0, i.e. all events in these registers are not passed on.Same as preset, 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.
Cloning the Group
# Create a copy of the original group, that exists independently
status_copy = driver.status.clone()
Subgroups