IpAddress
The IpAddress of the PC running the calibration using the same subnet as the PNA.
If PNA's IP address is 10.10.1.10, and the PC has the following two IP addresses
- 10.10.1.3
- 192.168.1.3
Then PowerBridge IpAddress would be set to 10.10.1.3 as it is on the same subnet (10.10.1.x) as the PNA
An Example:
;*******************************************************************************
; 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