nlGetCurrentSwitchMaster
nlGetCurrentSwitchMaster(o_netlister) =>S_id
Description
This function returns the database ID for the current switch master for the instance in hierarchical incremental netlisting. This function should only be used while printing the instance statement. Avoid using this function if possible.
Arguments
Value Returned
Examples
The following example prints the database ID of the current switch master:
nlGetCurrentSwitchMaster( netlister )
=> 1234
Return to top