parSetNote
parSetNote(
d_parasitic_id
t_note_string
)
=> t / nil
Description
Replaces the note on a parasitic model or filter.
Arguments
|
The parasitic model or filter id for which the note must be replaced. |
|
Value Returned
Examples
parSetNote( filter "Filter out all C between gnd! and ibias" )
=> t
Related Topics
Parasitic Aware Design Functions
Return to top