Mcgd

SCPI Command :

CALibration:MCGD
Commands in total: 2
Subgroups: 1
Direct child commands: 1
set() None[source]
# CALibration:MCGD
driver.applications.k17Mcgd.calibration.mcgd.set()

Initiates a new calibration. You can synchronize to the end of the measurement as usual with *OPC, *OPC? or *WAI. You can execute this command in two different modes: synchronous and asynchronous. In asynchronous mode, the command starts a new calibration and immediately continues processing subsequent commands while calibration is performed in the background. In synchronous mode, further processing only continues when the calibration is finished. For synchronous mode, add ;``*WAI`` to the end of the method RsFsw.applications.k17Mcgd.calibration.mcgd.set() command. This is useful, for example, if you want to run a script file which does not know when the calibration finishes.

set_with_opc(opc_timeout_ms: int = -1) None[source]
# CALibration:MCGD
driver.applications.k17Mcgd.calibration.mcgd.set_with_opc()

Initiates a new calibration. You can synchronize to the end of the measurement as usual with *OPC, *OPC? or *WAI. You can execute this command in two different modes: synchronous and asynchronous. In asynchronous mode, the command starts a new calibration and immediately continues processing subsequent commands while calibration is performed in the background. In synchronous mode, further processing only continues when the calibration is finished. For synchronous mode, add ;``*WAI`` to the end of the method RsFsw.applications.k17Mcgd.calibration.mcgd.set() command. This is useful, for example, if you want to run a script file which does not know when the calibration finishes.

Same as set, 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
mcgd_copy = driver.applications.k17Mcgd.calibration.mcgd.clone()

Subgroups