PNA Config
PNA configurations define the parameters required to utilize a Keysight PNA for calibration. All calibrations must specify a PNA to be used during the calibration. This configuration associates a name (alias) used to identify the device when executing calibrations.
PNA configurations are identified by the ConfigType equal to the value "Pna".
The following is an example of a PNA configuration.
;*******************************************************************************
;A Keysight PNA configuration example
;*******************************************************************************
[PNA-X]
;The configuration type of this section
ConfigType = Pna
;The time to wait in seconds for a response to begin when communicating to the device via SCPI
ResponseTimeoutSec = 60
;The IP Address of this device as 'ddd.ddd.ddd.ddd'
IpAddress = 0.0.0.0
;The Ip port to use to communicate to the device via SCPI
IpScpiPort = 5025
;The Ip port to use to communicate to the device for Trace
IpTracePort = 5007
;The directory on the PNA used to store all files created during a calibration. Leave blank if you do not wish to use a specific directory
DirectoryToUse = C:\Temp
;The time to wait in seconds for a file transfer via SCPI
FileTransferTimeoutSec = 60
;The ports available on this PNA, Typically 2 or 4
PortCount = 4
;If set to 1 will check for PNA errors after every command
VerifyCommands = 0