nlGetSwitchMaster
nlGetSwitchMaster(t_libName t_cellName t_viewName t_instanceName t_deviceParamName) =>d_databaseID/ nil
Description
Returns the database ID of the switch master.
If a maestro view is not open, set the environment variable
Arguments
Value Returned
|
The specified arguments are invalid or the instance with the given name does not exist in the specified cell view. |
Examples
The following example returns the database ID of the switch master.
nlGetSwitchMaster("Two_Stage_Opamp" "OpAmp" "schematic" "M4")
=> db:0x123456aa
Return to top