Save

SCPI Command :

[SENSe]:CORRection:SAVE
class SaveCls[source]

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

get() str[source]
# SCPI: [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.

return

save_file_path: No help available

set(save_file_path: str) None[source]
# SCPI: [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.

param save_file_path

No help available