Force
SCPI Command :
TRIGger:FORCe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- set() None[source]
# TRIGger:FORCe driver.trigger.force.set()
Provokes an immediate single acquisition. Force the trigger if the acquisition is running in normal mode and no valid trigger occurs. Thus, you can confirm that a signal is available and use the waveform display to determine how to trigger on it.
- set_and_wait(opc_timeout_ms: int = -1) None[source]
# TRIGger:FORCe driver.trigger.force.set_and_wait()
Provokes an immediate single acquisition. Force the trigger if the acquisition is running in normal mode and no valid trigger occurs. Thus, you can confirm that a signal is available and use the waveform display to determine how to trigger on it.
Same as set, but waits for the operation to complete before continuing further. Use the RsMxo.utilities.opc_timeout_set() to set the timeout value.
- Parameters:
opc_timeout_ms – Maximum time to wait in milliseconds, valid only for this call.