AmbCalculate
Calculate the AMB split A and B deembed values as specified in the AMB Split section of the configuration file and save them in S2P files.
Parameters:
name: The name of the AMB Split configuration section that is being calculated.
Return Value:
True on Success. If the function fails use GetErrorMessage to get the specific errors associated wit the failure.
Interface Signature:
bool AmbCalculate(string ambName);
Before the AmbCalculate() is called one must perform an AmbMeasure for both the short and the thru to create the measurement files used in the calculation.
The filenames that are created can be obtained from the function AmbFilename.