Immediate

SCPI Commands :

HCOPy:IMMediate
HCOPy:IMMediate:NEXT
Commands in total: 2
Subgroups: 0
Direct child commands: 2
perform(opc_timeout_ms: int = -1) None[source]
# HCOPy:IMMediate
driver.hardCopy.immediate.perform()

Starts the immediate output of the display image, depending on the HCOPy:DESTination<m> destination setting. To define the file name, use method RsMxo.massMemory.name() . Existing files are overwritten by the HCOP:IMMM command. To get a correct screenshot of the diagrams, results, and dialog boxes, turn on the display using method RsMxo.system.display.update() .

Parameters:

opc_timeout_ms – Maximum time to wait in milliseconds, valid only for this call.

perform_next(opc_timeout_ms: int = -1) None[source]
# HCOPy:IMMediate:NEXT
driver.hardCopy.immediate.perform_next()

Starts the output of the next display image, depending on the HCOPy:DESTination<m> destination setting. If the screenshot is saved to a file, the file name used in the last saving process is automatically counted up to the next unused name. To define the file name, use method RsMxo.massMemory.name() .

Parameters:

opc_timeout_ms – Maximum time to wait in milliseconds, valid only for this call.