Continuous

SCPI Command :

[SENSe]:CONFigure:FREQuency:CONTinuous
class ContinuousCls[source]

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

set() None[source]
# SCPI: [SENSe]:CONFigure:FREQuency:CONTinuous
driver.applications.k30NoiseFigure.sense.configure.frequency.continuous.set()

Configures the software to perform a single frequency measurement in continuous sweep mode.

set_with_opc(opc_timeout_ms: int = - 1) None[source]
# SCPI: [SENSe]:CONFigure:FREQuency:CONTinuous
driver.applications.k30NoiseFigure.sense.configure.frequency.continuous.set_with_opc()

Configures the software to perform a single frequency measurement in continuous sweep mode.

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.