All

SCPI Command :

[SENSe]:ADJust:LEVel:ALL
class AllCls[source]

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

set() None[source]
# SCPI: [SENSe]:ADJust:LEVel:ALL
driver.applications.k14Xnr5G.sense.adjust.level.all.set()

Determines the ideal reference level based on the current measurement data and settings on all connected input sources. This ensures that the settings of the RF attenuation and the reference level are optimally adjusted to the signal level without overloading the FSW or limiting the dynamic range by an S/N ratio that is too small. The command is available for MIMO measurements with more than one input source.

set_with_opc(opc_timeout_ms: int = - 1) None[source]
# SCPI: [SENSe]:ADJust:LEVel:ALL
driver.applications.k14Xnr5G.sense.adjust.level.all.set_with_opc()

Determines the ideal reference level based on the current measurement data and settings on all connected input sources. This ensures that the settings of the RF attenuation and the reference level are optimally adjusted to the signal level without overloading the FSW or limiting the dynamic range by an S/N ratio that is too small. The command is available for MIMO measurements with more than one input source.

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.