FDL CAPSULE

Arguments
[options] script
Description
Define a Capsule On-the-Fly.
Option
Description
-vars list_of_vars
Allows the passing of specified variables for use inside the CAPSULE.
Examples
J vw mycopy aa bb
CAPSULE {
    I [shift]
    O [shift]
}
J vw mycopy aa bb
CAPSULE { I aa; O bb }
J vw vsyn -cell $cell -corner $corner
CAPSULE -vars [list cell corner] { 
    I $cell.$corner.in
    O $cell.$corner.out 
}