Mcgd

SCPI Command :

CALibration:MCGD
class McgdCls[source]

Mcgd commands group definition. 2 total commands, 1 Subgroups, 1 group commands

set() None[source]
# SCPI: 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.K17_Mcgd.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]
# SCPI: 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.K17_Mcgd.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.

param opc_timeout_ms

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.applications.k17Mcgd.calibration.mcgd.clone()

Subgroups