Return the filename that would be, or was, created by a SolMeasure or SolCalculate function.

Parameters:

name

The name of the ShortOpenLoad configuration section that is being calculated.

fileType

The file type that was measured or calculated.

measureType

The measurement type being taken (this parameter is ignored for a fileType of SolDeembed).

Return Value:

The filename to be used for a particular SOL measurement  file type.


Interface Signature:

string SolFilename(string solName, int port, ESolFileType solFileType, ESolMeasureType measureType);


The function SolMeasure and the SolCalculate creates a file whose filename will be specific to the type of measurement made and the name of the ShortOpenLoad configuration section. This function allows one to get the name that the file will have after the measurement or calculation. For a detail description of how Short Open Load Characterizations are done see Short Open Load Characterization.

See also ESolFileType, ESolMeasureType, and C# Defined Types.