SolFilename
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).
buffer
The buffer to hold the filename.
bufferLen
The length of the buffer to hold the filename.
Return Value:
The number of bytes put in the buffer (including the termination character).
Prototype Signature:
int SolFilename(char* solName, int port, ESolFileType fileType, ESolMeasureType measureType, char* buffer, int bufferLen);
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.
See also ESolFileType, ESolMeasureType, and C# Defined Types.