PenNameMode [Enumeration]
- Last UpdatedJul 18, 2023
- 1 minute read
Defines how the pen name will be generated. It is used in conjunction with the IPens.Create method.
Defined As
-
[VBA] Integer
-
[Cicode] INT
-
[C++] PenNameMode
Members
|
Member Name |
Description |
Value |
|---|---|---|
|
PenNameMode_Comment |
The comment field obtained from the Plant SCADA trend/alarm tag will be used as the pen name. |
1 |
|
PenNameMode_TagPenNameMode_Tag |
The value of the IPen.DataPoint property will be used as the pen name. |
2 |
|
PenNameMode_Custom |
Indicates that you will be setting the name using the IPen.Name property. |
3 |