bdeStringToLibraryType

Changes a string to have the type of a library.

Syntax

libraryType = bdeStringToLibraryType(string)

Inputs

string
The string to change to library type.
Type: string

Outputs

libraryType
The string as a simulation function library type.
Type: hwscpHyperBlock::SimulationFunctionLibraryType

Examples

Take a string and change it into the type of a library:

          libraryType = bdeStringToLibraryType('testLibrary');
        

          
            libraryType = hwscpHyperBlock::SimulationFunctionLibraryType