PutParOpt()

Put (record) a parameter option in the data base.

Usage

PutParOpt( path, par,
                     opt, value ) 

Parameters

path (string)
Data base path of the node containing the parameter.
par (string)
Parameter name.
opt (string)
Parameter option name.
value (string)
The parameter option value.

Return Value

None

Errors

None

Description

This routine saves a parameter in the data base. The parameter address is given by its node path and the par name. The parameter option name and value is given by opt and value. For example,
PutParOpt( par, 'unit', unit, node )