Help for this page

Select Code to Download


  1. or download this
    .subckt cct0 v0 v1 v2 v3
    
    ...
    
    x00 v0 v1 x0 cct1
    .ends
    
  2. or download this
    while(<>) {
      if(/^\.subckt/../^\w/) {
        print;
      }
    }