Naming Formats
Change the naming format options to adjust the rules how new objects names in SMARTElectrode are created. The options utilize fixed parts and variable parts - like counters - to create the names. The variable parts are set and saved in assembly definition.
The list of placeholders which can be used in the naming formats:
  • <core>Corresponds to name of current part or assembly if assembly definition is opened. Value replaces all occurances of <core> when a new name is created.
  • <pre>The value for prefix is defined in assembly definition. Prefix corresponds to name of current part or assembly if assembly definition is opened. Assigned value replaces all occurances of <pre> when a new name is created.
  • <post>The postfix is optional and only displayed in assembly definition if used in any naming format. Assigned value replaces all occurances of <post> when a new name is created.
  • <xid> Defines a continous counter for operations and electrodes. x defines width in characters. For example <7id> results in a 7 characters wide counter 0000001... Current value of counter replaces all occurances of <xid> when a new name is created.
  • <sid> Defines a continous counter for operations and electrodes formed by alphabetic letters. It starts from A and advances to the next letter after Z. A...Z is followed by AA, AB... Therefore this counter doesn’t have a fixed width. Current value of counter replaces all occurances of <sid> when a new name is created