nlSetOption
nlSetOption(o_netlisters_optiong_value) => t / nil
Description
This function can only be called during initialization. If it is called during netlisting, an error results.
Arguments
|
The value to which the option is set. The value type must be appropriate for the option name. |
Value Returned
Examples
The following examples sets values for the given options:
nlSetOption( netlister 'maxNameLength 1024)
nlSetOption( netlister 'hierarchyDelimiter ".")
=> t
Return to top