AMB Split Config
AMB Split configurations define the devices used for AMB split characterizations and where they will be stored. See AMB Split Characterizations for an understanding of how this configuration would be utilized in a program.
AMB Split configurations are identified by the ConfigType equal to the value "AmbSplit".
Important notes:
- AMB split characterizations always require a 2 port calibration prior to execution.
- The ThruPortPair specifies the two PNA ports used and defines the thru measurement.
- The short measurement is defined by the key "ShortMeasurementPort".
- Unlike a Path configuration the Port(x)DevPair values do not determine which PNA ports are being characterized. This key only specifies which devices will be put in a thru state before a measurement is made. The Port(x)DevPair can be omitted if there is no calibration device in the path that needs to be put in the thru state.
The following example defines an AMB split on ports 1 and 2, with the short measurement made in port 1.
;*******************************************************************************
; AmbSplit configuration example
;*******************************************************************************
[AMBSPLIT_1]
CalAcquireTimeoutSec = 60
CalSetToActivate = CalSetToUseName
ConfigType = AmbSplit
DirectoryToUse = C:\Temp
Port1DevPair = FCM_1:1
Port2DevPair = FCM_2:1
ThruPortPair = 1:2
ShortMeasurementPort = 1
SwitchPath = ICM_SW01:1,ICM_SW02:1,ICM_SW03:1,ICM_SW04:1,ICM_SW10:0
In the above example:
The switch path should be configured to route RF signals from Port 1 and 2 of the PNA to the calibration devices attached to those ports.
Port1DevPair and Port2DevPair need only define a calibration device that is in the RF path and needs to be set to a thru state for the measurement.
The above example the ThruPortPair specifies that port 1 and port 2 of the PNA will be used in the measurement:
ThruPortPair = 1:2
The above example specifies that port 1 of the PNA will be used in the short measurement:
ShortMeasurementPort = 1
FCM_1 and FCM_2 (see DevPair) are to be set to a thru state before the measurement is made.
Port1DevPair = FCM_1:1
Port2DevPair = FCM_2:1
The switch path specifies the switch states to put the ICM to a through test state for ports 1 and 2:
SwitchPath = ICM_SW01:1,ICM_SW02:1,ICM_SW03:1,ICM_SW04:1,ICM_SW10:0