simDrain
simDrain( ) => t
Description
Performs the equivalent of drain( stdout ) when run in the non-graphic environment without accepting any arguments. No action is taken or required when this function is run in the Cadence graphics environment.
This is a replacement for the drain SKILL function. Replace all references to drain( stdout ) with calls to this function.
The function is defined in /bin/si. You cannot modify this function.
Arguments
Value Returned
Examples
simDrain()
Related Topics
Return to top