The name of the PNA Cal Set that will be activated before the cal reference plane is extended.

There is no default value.

Calibrations of the following types are required to set this value:

This should be set to the name of the Cal Set that holds the error terms for the reference plane that is being extended.

An Example:

;*******************************************************************************
; Example configuration for a sequence of calibrations using 1 port
;*******************************************************************************

; Calibration of reference plane at FCM input
[CAL_SParam_1Port]
CalSetDescription = Cal Set for CAL_SParam_1Port calibration
CalSetName = CAL_SParam_1Port
CalType = SParam
ConfigType = Calibration
CsaLoadFilename = Before_CAL_SParam_1Port.csa
DirectoryToUse = C:\Examples
LoadFilename = Before_CAL_SParam_1Port.csa
PathName = PATH_1
SaveFilename = After_CAL_SParam_1Port.csa

; Calibration extending reference plane from FCM input to FCM output
[CAL_ExtendWithFcm_1Port]
CalSetDescription = CalSet for CAL_ExtendWithFcm_1Port
CalSetToExtend = CAL_SParam_1Port
CalType = ExtendWithFcmFile
ConfigType = Calibration
CsaLoadFilename = After_CAL_SParam_1Port.csa
DirectoryToUse = C:\Examples
LoadFilename = After_CAL_SParam_1Port.csa
PathName = PATH_1
SaveFilename = After_CAL_ExtendWithFcm_1Port.csa

; Calibration extending from FCM output using a existing characterization file
[CAL_ExtendWithLocalFile_1Port]
CalSetDescription = CalSet for CAL_ExtendWithFcm_2Port
CalSetToExtend = CAL_ExtendWithFcm_1Port
CalType = ExtendWithLocalFile
ConfigType = Calibration
CsaLoadFilename = After_CAL_ExtendWithFcm_1Port.csa
DirectoryToUse = C:\Examples
Port1ExtendWithFileNameToUse = FCM_1_DEEMBED.S2P
SaveFilename = After_CAL_ExtendWithLocalFile_1Port.csa

; FCM calibration device definition
[FCM_1]
ConfigType = Fcm
IpAddress = 10.11.0.201

; Path specifying the calibration device to be used
[PATH_1]
ConfigType = Path
PnaPort1Device = FCM_1:1

; PNA device definition
[PNA-X]
ConfigType = Pna
DirectoryToUse = C:\Temp
IpAddress = 10.11.0.200

; Sequence to run all 1 port calibrations
[SEQUENCE_1Port]
ConfigType = Sequence
1st_SParam = CAL_SParam_1Port,PNA-X
2nd_ExtendWithFcm = CAL_ExtendWithFcm_1Port,PNA-X
3rd_ExtendWithLocalFile = CAL_ExtendWithLocalFile_1Port,PNA-X