Applying Charges to OEDesignUnit
The following code example shows how to apply charges to an OEDesignUnit. The program reads an OEDesignUnit as the input file, applies charges to it, and writes new OEDesignUnit to the specified output file.
Command Line Interface
A description of the command line interface is as follows.
prompt> applycharges_oedu [<oedu infile>] [<oedu outfile>]
Code
Download code
See also
OEDesignUnitCharges class
OEDesignUnit class