Example Cal SParamWithPower using a PowerBridge
;*******************************************************************************
; Fcm calibration device on subnet 192.168.1.x
;*******************************************************************************
[FCM_1]
ConfigType = Fcm
; The actual ip address of the calibration device
IpAddress = 192.168.1.10
IpScpiPort = 5025
;*******************************************************************************
; PNA on subnet 10.10.1.x
;*******************************************************************************
[PNA-X]
ConfigType = Pna
; The actual ip address of the PNA
IpAddress = 10.10.1.10
IpScpiPort = 5025
;*******************************************************************************
; PoweBridge configuration
;*******************************************************************************
[POWERBRIDGE_1]
ConfigType = PowerBridge
; The Ip Address of the PC on the PNA subnet
IpAddress = 10.10.1.3
IpScpiPort = 5025
;*******************************************************************************
; Path to the calibration device
;*******************************************************************************
[PATH_1]
ConfigType = Path
; The calibration device being used
Port1DevPair = FCM_1:1
SwitchPath = ICM_SW01:1,ICM_SW02:1,ICM_SW03:1,ICM_SW04:1,ICM_SW10:0
;*******************************************************************************
; Calibration using the Power Bridge
;*******************************************************************************
[CAL_1]
ConfigType = Calibration
CalAcquireTimeoutSec = 200
CalSetDescription = CalSet for CAL_1
CalSetName = CAL1
CalType = SParamWithPower
PathName = PATH_1
DirectoryToUse = C:\Temp
PowerLevel = 0.0
PowerSensorPort = 1
; The power bridge must be defined in the calibration to be utilized
PowerBridgeToUse = POWERBRIDGE_1