GetScriptDir

Returns the script directory path.

Syntax
GetScriptDir()
Type
Pulse OML API command.
Description
Returns the script directory path.
Version History
2022.1

Example

%Load Pulse API
mypath = getenv('ALTAIR_PULSE_API')
pulsepath = [mypath '/oml']
addpath(pulsepath)

GetScriptDir();