NoisePath
The NoisePath key is a Switch Path that defines the switch path to connect port 2 of the PNA to the noise source calibration device. This path is only set when the PNA requires a noise source to be connected to port 2.
There is no default value.
Calibrations of the following type are required to set this value.
See the configuration nomenclature for Switch Pair and also Switch Paths.
An Example:
;*******************************************************************************
; Example configuration for a calibration type Noise using 2 ports
;*******************************************************************************
[CAL_Noise_2Port]
CalAcquireTimeoutSec = 200
CalRMethod = NoiseSource
CalSetDescription = CalSet for CAL_Noise_2Port
CalType = Noise
ConfigType = Calibration
CsaLoadFilename = Before_CAL_Noise_2Port.csa
DirectoryToUse = C:\Examples
NoisePath = PATH_NoiseSource
PathName = PATH_Noise_2Port
SaveFilename = After_CAL_Noise_2Port.csa
ThruDelay1To2 = 3E-09
ThruPath1To2 = PATH_UnknownThru_1-2
ThruPortPairs = 1:2
; FCM calibration device definitions
[ICM_FCM1]
ConfigType = Fcm
IpAddress = 10.11.0.201
[ICM_FCM2]
ConfigType = Fcm
IpAddress = 10.11.0.202
; ICM MultiSwitch controller and switch definitions
[ICM]
ConfigType = MultiSwitch
IpAddress = 10.11.0.100
[ICM_SW01]
ConfigType = Switch
Device = ICM
SwitchIndex = 1
[ICM_SW02]
ConfigType = Switch
Device = ICM
SwitchIndex = 2
[ICM_SW03]
ConfigType = Switch
Device = ICM
SwitchIndex = 3
[ICM_SW04]
ConfigType = Switch
Device = ICM
SwitchIndex = 4
[ICM_SW05]
ConfigType = Switch
Device = ICM
SwitchIndex = 5
[ICM_SW06]
ConfigType = Switch
Device = ICM
SwitchIndex = 6
[ICM_SW07]
ConfigType = Switch
Device = ICM
SwitchIndex = 7
[ICM_SW08]
ConfigType = Switch
Device = ICM
SwitchIndex = 8
[ICM_SW09]
ConfigType = Switch
Device = ICM
SwitchIndex = 9
[ICM_SW10]
ConfigType = Switch
Device = ICM
SwitchIndex = 10
; Path defining FCMs to be used during calibration
[PATH_Noise_2Port]
ConfigType = Path
PnaPort1Device = ICM_FCM1:1
PnaPort2Device = ICM_FCM2:1
SwitchPath = PATH_TestPortThru
; Path to the noise source
[PATH_NoiseSource]
ConfigType = Path
SwitchPath = ICM_SW10:1
; Path for test ports through to FCMs
[PATH_TestPortThru]
ConfigType = Path
SwitchPath = ICM_SW01:1,ICM_SW02:1,ICM_SW03:1,ICM_SW04:1,ICM_SW10:0
; Path for unknown thru between port 1 and 2
[PATH_UnknownThru_1-2]
ConfigType = Path
SwitchPath = ICM_SW01:2,ICM_SW02:2,ICM_SW03:2,ICM_SW04:2,ICM_SW05:4,ICM_SW06:1,ICM_SW07:1,ICM_SW08:4
; PNA definition
[PNA-x]
ConfigType = Pna
DirectoryToUse = C:\Temp
IpAddress = 10.11.0.200