State

SCPI Command :

[SENSe]:CORRection[:STATe]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() bool[source]
# [SENSe]:CORRection[:STATe]
value: bool = driver.applications.k30NoiseFigure.sense.correction.state.get()

Turns correction of measurement results (normalization) on and off. The command is available after you have created a reference trace for the selected measurement type with method RsFsw.sense.correction.collect.acquire.set() . Is only available if External Generator Control (R&S FSW-B10) is installed and active.

Returns:

state: ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on

set(state: bool) None[source]
# [SENSe]:CORRection[:STATe]
driver.applications.k30NoiseFigure.sense.correction.state.set(state = False)

Turns correction of measurement results (normalization) on and off. The command is available after you have created a reference trace for the selected measurement type with method RsFsw.sense.correction.collect.acquire.set() . Is only available if External Generator Control (R&S FSW-B10) is installed and active.

Parameters:

state – ON | OFF | 0 | 1 OFF | 0 Switches the function off ON | 1 Switches the function on