hnlGetPrintLinePrefix
hnlGetPrintLinePrefix(
)
=> t_value
Description
Returns the line prefix set using hnlSetPrintLinePrefix function, which is used to print individual subcircuits during auCdl netlisting to indicate the continuation of the text on the next line, when the line exceeds the maximum character limit.
Arguments
Value Returned
|
The prefix set as the indicator of the continuation of the subcircuit text in auCdl netlists. The prefix can be one of the following: |
Examples
hnlGetPrintLinePrefix()
Related Topics
hnlSetPrintLinePrefix
Return to top