State

SCPI Command :

[SENSe]:CORRection[:STATe]
class StateCls[source]

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

get() bool[source]
# SCPI: [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 [SENSe:]CORRection:COLLect[:ACQuire]. Is only available if External Generator Control (R&S FSW-B10) is installed and active.

return

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

set(state: bool) None[source]
# SCPI: [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 [SENSe:]CORRection:COLLect[:ACQuire]. Is only available if External Generator Control (R&S FSW-B10) is installed and active.

param state

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