PutDir()
Put a dictionary parameter in the data base.
Usage
PutDic( path, par,
value, clobber=True )
Parameters
- path (string)
- Data base path of the node containing the parameter.
- par (string)
- Parameter name.
- value ((string) (path of directory)
- The parameter value.
- clobber (boolean)
- The parameter value will be overwritten if clobber is true.
Return Value
None
Error
The parameter must be a string.
Description
nodeDir = ROOT + RS + 'directory'
PutDir( nodeDir,'directoryVal', 'D:\Acusim' )