Save
SCPI Command :
[SENSe]:CORRection:SAVE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() str[source]
# [SENSe]:CORRection:SAVE value: str = driver.applications.k30NoiseFigure.sense.correction.save.get()
Queries and sets the calibration results save filepath and if set saves the calibration results.
- set(save_file_path: str) None[source]
# [SENSe]:CORRection:SAVE driver.applications.k30NoiseFigure.sense.correction.save.set(save_file_path = 'abc')
Queries and sets the calibration results save filepath and if set saves the calibration results.