Fstate
SCPI Command :
[SENSe]:CORRection:FRESponse:USER:FSTate
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() bool[source]
# [SENSe]:CORRection:FRESponse:USER:FSTate value: bool = driver.sense.correction.fresponse.user.fstate.get()
Activates or deactivates the use of additional frequency response (.fres) files. The correction data is these files is applied after any correction settings in active touchstone files. For details, see ‘Frequency response correction (R&S FSW-K544) ‘.
- Returns:
state: ON | OFF | 0 | 1 OFF | 0 Activates the files. ON | 1 Deactivates the files.
- set(state: bool) None[source]
# [SENSe]:CORRection:FRESponse:USER:FSTate driver.sense.correction.fresponse.user.fstate.set(state = False)
Activates or deactivates the use of additional frequency response (.fres) files. The correction data is these files is applied after any correction settings in active touchstone files. For details, see ‘Frequency response correction (R&S FSW-K544) ‘.
- Parameters:
state – ON | OFF | 0 | 1 OFF | 0 Activates the files. ON | 1 Deactivates the files.