Configuring the Class Assignment Property
The Class Assignment property defines the hierarchical class path as a path with the path delimiter “/“. The hierarchical class path starts with a class level that is a child of the defined library. If the path delimiter is to be used in a class name, then the path delimiter needs to be escaped. Any character can be specified using the escape character (\). Escaped characters are part of the sub path which precedes/contains them. Leading and trailing blanks are removed from the individual class names.
Examples
This section shows examples of configuring the parameter for “Automatic Class Assignment Property” to import an component from an library in the Electronic Component Editor.
The setting in Collaborative Spaces Configuration Center:
Automatic Class Assignment Property=Classification
Example: Class name without a path delimiter
- Parameter in Component::
Classification=Electronics/Circuit Protection/TVS–Diodes
- Results in Electronic Component Editor after import:
"Electronics”→”Circuit Protection”→”TVS–Diodes"
Example: Class name with path delimiter
- Parameter in Component:
Classification=Electronics/Circuit\/Prot\”ection/TVS–Diodes
- Results in Electronic Component Editor after import:
"Electronics”→”Circuit/Prot”ection”→”TVS–Diodes"