bdeLibraryTypeToString

Changes a variable of libraryType to be a string.

Syntax

string = bdeLibraryTypeToString(libraryType)

Inputs

libraryType
The variable with the type of library type to change to a string.
Type: hwscpHyperBlock::SimulationFunctionLibraryType

Outputs

string
The library type as a string.
Type: string

Examples

Take a variable of type hwscpHyperBlock::SimulationFunctionLibraryType and change it to be a string:

          libraryType = bdeStringToLibraryType('testLibrary');
          string = bdeLibraryTypeToString(libraryType);
        

          
            string = dll