pcSetFTermWidth
pcSetFTermWidth(t_baseName x_width) =>t_baseName_width/nil
Description
Creates a net or terminal name and assigns a width.
Arguments
Value Returned
|
String specifying the base name followed by the width, in the following format: |
|
Examples
pcSetFTermWidth( "test" 20 ) => "test<0:19>"
Creates a net or terminal with the base name "test" and assigns a width of 20.
Return to top