Using the Process Analyst > Process Analyst for Developers > Automation Model > PenNameMode [Enumeration]

PenNameMode [Enumeration]

Defines how the pen name will be generated. It is used in conjunction with the IPens.Create method.

Defined As

Members

Member Name

Description

Value

PenNameMode_Comment

The comment field obtained from the CitectSCADA trend/alarm tag will be used as the pen name.

1

PenNameMode_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

See Also

IPens.Create [Method], IPen.DataPoint [Property][Get/Set], IPen.Name [Property][Get/Set]