ApiCableUnitGeneratorSettings Class
In This Topic
Settings for automatic creation of cable units which are based on cables.Class that holds settings for creation of cable units based on cables.
Object Model
Inheritance Hierarchy
System.Object
EPLAN.Harness.API.DataStructures.ApiCableUnitGeneratorSettings
Syntax
public class ApiCableUnitGeneratorSettings
Public Constructors
Public Properties
| Name | Description |
 | IncludeAccessories | Should the created cable units include accessories of its components. That means accessories of the cable and all ties, labels, leading parts, ... If connectable objects are included, then accessories on pins are included as well. |
 | IncludeBundleProtections | Should the created cable units bundle/surface protections (like loom, flex tubing, wrap tape, ...). |
 | IncludeConnectableObjects | Should the created cable units include connectable objects. |
 | IncludeLabels | Should the created cable units include labels. |
 | IncludeLeadingParts | Should the created cable units include leading parts. |
 | IncludeTies | Should the created cable units include ties. |
 | IncludeWireTerminals | Should the created cable units include wire terminals on connectable objects and pins. |
 | NameBasedOnCable | Should the name of the cable unit be the same as . |
 | Prefix | Prefix which will be placed in front of a cable unit name if it based on cable name. |
 | Suffix | Suffix which will be placed behind a cable unit name if it based on cable name. |
Top
Public Methods
| Name | Description |
 | AddCables | Adds cables that will be used to create cable units based on them. |
Top
See Also