Correction

SCPI Command :

[SENSe]:CONFigure:CORRection
class CorrectionCls[source]

Correction commands group definition. 1 total commands, 0 Subgroups, 1 group commands

set() None[source]
# SCPI: [SENSe]:CONFigure:CORRection
driver.applications.k30NoiseFigure.sense.configure.correction.set()

Configures the software to perform calibration measurements. Using method RsFsw.Applications.K10x_Lte.Initiate.Immediate. set then initiates a calibration instead of the actual measurement, until you deliberately select one of the normal measurements again with one of the following commands.

INTRO_CMD_HELP: For triggered gated measurements,only the following gate trigger sources are supported:

  • [SENSe:]CONFigure:FREQuency:CONTinuous

  • [SENSe:]CONFigure:FREQuency:SINGle

  • [SENSe:]CONFigure:LIST:CONTinuous

  • [SENSe:]CONFigure:LIST:SINGle

Note that calibration data is used only when the second stage correction mode has been turned on with [SENSe:]CORRection[:STATe].

set_with_opc(opc_timeout_ms: int = - 1) None[source]
# SCPI: [SENSe]:CONFigure:CORRection
driver.applications.k30NoiseFigure.sense.configure.correction.set_with_opc()

Configures the software to perform calibration measurements. Using method RsFsw.Applications.K10x_Lte.Initiate.Immediate. set then initiates a calibration instead of the actual measurement, until you deliberately select one of the normal measurements again with one of the following commands.

INTRO_CMD_HELP: For triggered gated measurements,only the following gate trigger sources are supported:

  • [SENSe:]CONFigure:FREQuency:CONTinuous

  • [SENSe:]CONFigure:FREQuency:SINGle

  • [SENSe:]CONFigure:LIST:CONTinuous

  • [SENSe:]CONFigure:LIST:SINGle

Note that calibration data is used only when the second stage correction mode has been turned on with [SENSe:]CORRection[:STATe].

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.