Fstate
SCPI Command :
[SENSe]:CORRection:FRESponse:USER:FSTate
- class FstateCls[source]
Fstate commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() bool [source]
# SCPI: [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 (FSW-K544) ‘.
- return
state: ON | OFF | 0 | 1 OFF | 0 Activates the files. ON | 1 Deactivates the files.
- set(state: bool) None [source]
# SCPI: [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 (FSW-K544) ‘.
- param state
ON | OFF | 0 | 1 OFF | 0 Activates the files. ON | 1 Deactivates the files.