Jump to: navigation, search

Difference between revisions of "SYSCLS MEASUREMENTTASK"


(Created page with "{{ClassificationInfoBox | title = Measurement task classification | name = {{PAGENAMEE}} | namespace = System.Classification | purpose = Classify tasks as measurement | versio...")
 
 
(14 intermediate revisions by 3 users not shown)
Line 2: Line 2:
 
| title = Measurement task classification
 
| title = Measurement task classification
 
| name = {{PAGENAMEE}}
 
| name = {{PAGENAMEE}}
| namespace = System.Classification
+
| inheritance = [[SYSCLS_TASK]]
 +
| namespace = System.Classification.Task
 
| purpose = Classify tasks as measurement
 
| purpose = Classify tasks as measurement
 
| version = 2+
 
| version = 2+
 +
| id = {341300db-87e2-4669-a0fd-63604fa61b39}
 
}}
 
}}
 +
A Measurement Task object displays a checkbox and property fields for the current as well as the previous measurement value.
 +
== MetaProperties ==
 +
{| class="wikitable" width=50%
 +
|-
 +
! width=30% | Name !! width=20% | Data type !! Comment
 +
|-
 +
| VALUE || {{Double}} || e.g. a measurement value
 +
|-
 +
| PREVIOUSVALUE  || {{Double}} || e.g. the value of previous measurement
 +
|}
  
[[Category:System Classifications]]
+
== See also ==
 +
* [[SYSCLS_TASK]]
 +
 
 +
[[Category:Classifications|M]]

Latest revision as of 12:23, 5 June 2025

IC CLASSIFICATION.gif Measurement task classification
Name SYSCLS_MEASUREMENTTASK
Inheritance SYSCLS TASK
Namespace System.Classification.Task
ID {341300db-87e2-4669-a0fd-63604fa61b39}
Purpose Classify tasks as measurement
Version 2+

A Measurement Task object displays a checkbox and property fields for the current as well as the previous measurement value.

MetaProperties

Name Data type Comment
VALUE Double e.g. a measurement value
PREVIOUSVALUE Double e.g. the value of previous measurement

See also