Save

SCPI Command :

[SENSe]:CORRection:SAVE
Commands in total: 1
Subgroups: 0
Direct 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.