API Help
Eplan.EplApi.HEServices Namespace / Renumber Class / Terminals Method / Terminals(Function[],TerminalsSequence,Extent,TerminalsPotential,TerminalsPotential,TerminalsPotential,MultipleTerminals,TerminalsWithAlphabeticalCharacters,String,Int32,Int32,String,String,Boolean,Boolean) Method
Terminals to be renumbered.
Mode to use for numbering, given by a member of enum TerminalsSequence.
Parameter enum to define the scope of numbering.
Parameter to determine, N terminals will be treated during numbering. Use value from enum Renumber.Enums.TerminalsPotential.
Parameter to determine, how PE terminals will be treated during numbering. Use value from enum Renumber.Enums.TerminalsPotential.
Parameter to determine, how SH terminals will be treated during numbering. Use value from enum Renumber.Enums.TerminalsPotential.
Parameter enum for numbering terminals with "Allow same designations" property .
Parameter enum how terminals or pins with alphabetical elements in the designation should be numbered.
Numbering scheme.
Start value.
Step width.
The prefix value that comes before the numbering value. Is only used if schema has set "According to online numbering format".
The suffix value that comes after the numbering value. Is only used if schema has set "According to online numbering format".
I true - Terminals / pins whose designations contain a "?" will be numbered .
If true - terminals / pins controlled by PLCs will also be numbered.

Terminals(Function[],TerminalsSequence,Extent,TerminalsPotential,TerminalsPotential,TerminalsPotential,MultipleTerminals,TerminalsWithAlphabeticalCharacters,String,Int32,Int32,String,String,Boolean,Boolean) Method
Method for renumbering terminals specified by the collection pFunctions.
Syntax

Parameters

terminals
Terminals to be renumbered.
eSequence
Mode to use for numbering, given by a member of enum TerminalsSequence.
ext
Parameter enum to define the scope of numbering.
ePotential_N
Parameter to determine, N terminals will be treated during numbering. Use value from enum Renumber.Enums.TerminalsPotential.
ePotential_PE
Parameter to determine, how PE terminals will be treated during numbering. Use value from enum Renumber.Enums.TerminalsPotential.
ePotential_SH
Parameter to determine, how SH terminals will be treated during numbering. Use value from enum Renumber.Enums.TerminalsPotential.
eMultipleTerminals
Parameter enum for numbering terminals with "Allow same designations" property .
eTerminalsWithAlphabeticalCharacters
Parameter enum how terminals or pins with alphabetical elements in the designation should be numbered.
strScheme
Numbering scheme.
nStartValue
Start value.
nIncrement
Step width.
strPrefix
The prefix value that comes before the numbering value. Is only used if schema has set "According to online numbering format".
strSufix
The suffix value that comes after the numbering value. Is only used if schema has set "According to online numbering format".
bOnlyNumberMarkedOnes
I true - Terminals / pins whose designations contain a "?" will be numbered .
bAlsoNumberedByPLC
If true - terminals / pins controlled by PLCs will also be numbered.
Exceptions
ExceptionDescription
Thrown, if an argument is set to null.
Thrown in case of invalid parameters, e.g. the specified functions do not exist or are invalid.
Internal interface for numbering could not be created.
An error occurred during numbering.
An error occurrs when used scheme name doesn't exist
See Also