GetBool()
Get a boolean parameter from the data base.
Usage
boolPar = GetBool( path, par, default=None )
Parameters
- path (string)
- Data base path of the node containing the parameter.
- par (string)
- Parameter name.
- default (boolean)
- Default value. This value is returned if the indicated path and par does not exist.
Return Value
- boolPar (boolean)
- The parameter value.
Errors
- The parameter in the data base must be a boolean.
- The parameter must exist in the data base or the default must not be None.
Description
nodeStg = ROOT + RS + 'STAGGER' + RS + item.name
presPrj = GetBool( nodeStg, 'pressure_projection' )