nlGetOption
nlGetOption(o_netlisters_name) =>g_value
Description
Returns the value of the option.
Arguments
Value Returned
Examples
The following example retrieves the value of the given netlist option:
nlGetOption( netlister 'begComment)
=> "My Comment"
Return to top