SaveFilename
The state file to save after running a calibration.
Setting this value will save the PNA state after calibration is completed.
It is recommended and good practice to load (see LoadFilename) the calibration setup before and save it after the calibration is run. This way the state that will be used for running a measurement can be recalled after the calibration is completed.
The filename must include the extension to determine the type of state file to be saved. See Keysight explanation: saving and recalling state files.
- *.csa - save Instrument state and actual Cal Set data (cal/state archive)
- *.cst - save Instrument state and a link to the Cal Set data.
- *.sta - save Instrument state ONLY (no calibration data)
- *.cal - save actual Calibration data ONLY (no Instrument state)
Note: If a directory path is provided in the name then the file is searched for in that directory, otherwise the file is searched for in the directory specified by the key DirectoryToUse.
This key corresponds with the PNA SCPI command "MMEMory:STORe[:<char>] <file>" parameter as explained in the Keysight Documentation
An Example:
;*******************************************************************************
; Example configuration for a calibration type SParam using 1 port
;*******************************************************************************
[CAL_SParam_1Port]
CalAcquireTimeoutSec = 60
CalSetDescription = Cal Set for CAL_SParam_1Port calibration
CalSetName = CAL_SParam_1Port
CalType = SParam
ConfigType = Calibration
DirectoryToUse = C:\Examples
LoadFilename = Before_CAL_SParam_1Port.csa
PathName = PATH_SParam_1Port
PnaDisplayEnable = 1
SaveFilename = After_CAL_SParam_1Port.csa
; FCM calibration device definition
[FCM_1]
ConfigType = Fcm
ConnectionTimeoutSec = 1.0
FileTransferTimeoutSec = 60
IpAddress = 10.11.0.201
ResponseTimeoutSec = 60
; Path referenced by calibration defining which device will be used
[PATH_SParam_1Port]
ConfigType = Path
PnaPort1Device = FCM_1:1
; PNA definition
[PNA-X]
ConfigType = Pna
ConnectionTimeoutSec = 1.0
DirectoryToUse = C:\Temp
FileTransferTimeoutSec = 60
IpAddress = 10.11.0.200
PortCount = 4
ResponseTimeoutSec = 60
VerifyCommands = 0