SolCalculate
Calculate the S-Parameters of the path as specified in the ShortOpenLoad section of the configuration file and save them in a S2P file for each PNA port.
Parameters:
solName
The name of the ShortOpenLoad configuration section that is being calculated.
Return Value:
Success or failure. If the function fails use GetErrorMessage to get the specific errors associated with the failure.
Prototype Signature:
success SolCalculate(char* solName);
Before SolCalculate is called one must perform an SolMeasure for a short. open and load to create the measurement files used in the calculation.
The filenames that are created can be obtained from the function SolFilename. For more on Short Open Load measurements see Short Open Load Characterization.