Calc

SCPI Command :

[SENSe]:DDEMod:PRESet:CALC
Commands in total: 1
Subgroups: 0
Direct child commands: 1
set() None[source]
# [SENSe]:DDEMod:PRESet:CALC
driver.applications.k70Vsa.sense.ddemod.preset.calc.set()

This command selects a predefined ‘signal overview’ consisting of four windows. The top left window (1) shows magnitude data from capture buffer, the top right window (2) spectrum data from capture buffer, the bottom left window (3) the ‘Result Summary’ and the bottom right window (4) constellation I/Q data. Using this setup, scripts written for R&S FSV instruments will continue to work.

set_with_opc(opc_timeout_ms: int = -1) None[source]
# [SENSe]:DDEMod:PRESet:CALC
driver.applications.k70Vsa.sense.ddemod.preset.calc.set_with_opc()

This command selects a predefined ‘signal overview’ consisting of four windows. The top left window (1) shows magnitude data from capture buffer, the top right window (2) spectrum data from capture buffer, the bottom left window (3) the ‘Result Summary’ and the bottom right window (4) constellation I/Q data. Using this setup, scripts written for R&S FSV instruments will continue to work.

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.