This functionality is only available for certain module packages.

You are here: Reference > Commands > ECAD.GenerateEcadProjectCommand

ECAD.GenerateEcadProjectCommand

Generates the EPLAN Electric P8 project.

The following variants are possible for using the command:

Argument Type Description
obj Root Root object of the mechatronic for which the project will be created.
ECAD.GenerateEcadProjectCommand(mroot.parent)
Argument Type Description
wiringDiagram WiringDiagram Schematic that is to be created.
ECAD.GenerateEcadProjectCommand(mos('WiringDiagram').first.derived)
Argument Type Description
pages List List of schematic pages to be created.
ECAD.GenerateEcadProjectCommand(List{mos('WiringDiagram').first.derived.dos('T_Mechatronic_ModularSystem.ECAD.Page.Page')})