AmbMeasure
Execute a AMB Split measurement (either a short or thru) required to create a split deembed file using the AmbCalculate function.
Parameters:
ambName:
The name of the AMB Split configuration section that defines this measurement.
pnaName:
The name of the PNA being used to make the measurements.
measurementType
The type of measurement being made (short or thru).
Return Value:
True on Success. If the function fails use GetErrorMessage to get the specific errors associated wit the failure.
Interface Signature:
bool AmbMeasure(string ambName, string pnaName, EAmbMeasureType measureType);
This is a manually initiated measurement. The operator must first put the hardware in the correct state and then initiate the measurement using this function. After the measurement is made a file is created that is utilized in the deembed calculation. The name of this file can be obtained using the AmbFilename function. Note that both the thru and the short measurement needs to be made before the AMB split calculation can be performed.