State
SCPI Command :
[SENSe]:CORRection[:STATe]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# [SENSe]:CORRection[:STATe] value: bool = driver.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.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