www.kxcad.net Home > Electronic Index > Altium(Protel) Index
Description
Generate a specified report in DXP.
Parameters
Action (Run,Load)
ObjectKind (Report,Netlist, OutputSingle,OutputBatch,OutputSelected,Fabrication, Assembly,Simulator)
Kind (SimpleBOM, BOM, BOM_PartType, Violations, Hierarchy, Designators, Parameters, CrossReference, AdvSimNetlist)
Target (Document)
DoEditProperties (True,False)
DefaultCaption (True,False)
DoGenerate (True,False)
Index (1..n) Choose one of the indexed generators to generate a report.
Notes
To generate a group of reports, specify the value (OutputSingle, OutputBatch or OutputSelected) for the ObjectKind parameter.
Using the XSPICE simulator, assign the values to the following parameters...
To setup the simulator, ObjectKind=Simulator | Kind = AdvSimNetlist |DoEditProperties = True | DoGenerate = True | DefaultCaption = True.
To run the simulator, ObjectKind=Simulator | Kind = AdvSimNetlist | DoEditProperties = False | Action = Run | DefaultCaption = True.
To generate a XSPICE netlist, ObjectKind=Simulator | Kind = AdvSimNetlist | DoEditProperties = False | Action = Load | DefaultCaption = True.
Example
Process: WorkSpaceManager:GenerateReport
Parameters : Action = Run | ObjectKind = OutputSelected
See also