Correction

SCPI Command :

[SENSe]:CONFigure:CORRection
Commands in total: 1
Subgroups: 0
Direct child commands: 1
set() None[source]
# [SENSe]:CONFigure:CORRection
driver.applications.k30NoiseFigure.sense.configure.correction.set()

Configures the software to perform calibration measurements. Using method RsFsw.applications.k10Xlte.initiate.immediate.perform() 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. For triggered gated measurements,only the following gate trigger sources are supported:

  • method RsFsw.applications.k30NoiseFigure.sense.configure.frequency.continuous.set()

  • method RsFsw.applications.k30NoiseFigure.sense.configure.frequency.single.set()

  • method RsFsw.applications.k30NoiseFigure.sense.configure.listPy.continuous.set()

  • method RsFsw.applications.k30NoiseFigure.sense.configure.listPy.single.set()

Note that calibration data is used only when the second stage correction mode has been turned on with method RsFsw.sense.correction.state.set() .

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

Configures the software to perform calibration measurements. Using method RsFsw.applications.k10Xlte.initiate.immediate.perform() 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. For triggered gated measurements,only the following gate trigger sources are supported:

  • method RsFsw.applications.k30NoiseFigure.sense.configure.frequency.continuous.set()

  • method RsFsw.applications.k30NoiseFigure.sense.configure.frequency.single.set()

  • method RsFsw.applications.k30NoiseFigure.sense.configure.listPy.continuous.set()

  • method RsFsw.applications.k30NoiseFigure.sense.configure.listPy.single.set()

Note that calibration data is used only when the second stage correction mode has been turned on with method RsFsw.sense.correction.state.set() .

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.