Difference between revisions of "NXSL:DCI"

56 bytes added ,  18:13, 13 September 2022
m
Text replacement - "^" to "{{deprecated}}"
m (Text replacement - "^" to "{{deprecated}}")
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
Represents Data Collection Item (DCI).
{{deprecated}}Represents Data Collection Item (DCI).




Line 71: Line 71:
| systemTag || string || System tag; always empty for user-defined DCIs
| systemTag || string || System tag; always empty for user-defined DCIs
|-
|-
| template || object || Template object or NULL if this DCI was not added from template
| template || object || Template object or NULL if this DCI was not added from template (since 2.1.3)
|-
|-
| templateId || int32 || Template object ID or 0 if this DCI was not added from template
| templateId || int32 || Template object ID or 0 if this DCI was not added from template (since 2.1.3)
|-
|-
| templateItemId || int32 || Template item ID or 0 if this DCI was not added from template
| templateItemId || int32 || Template item ID or 0 if this DCI was not added from template (since 2.1.3)
|-
|-
| type || int32 || DCI type: 1 for single valued, 2 for table
| type || int32 || DCI type: 1 for single valued, 2 for table