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...") |
|||
Line 6: | Line 6: | ||
| version = 2+ | | version = 2+ | ||
}} | }} | ||
+ | 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=30% | Data type !! Comment | ||
+ | |- | ||
+ | | VALUE || Double || e.g. a measurement value | ||
+ | |- | ||
+ | | PREVIOUSVALUE || Double|| e.g. the value of previous measurement | ||
+ | |} | ||
+ | |||
+ | == See also == | ||
+ | * [[SYSCLS_TASK]] | ||
[[Category:System Classifications]] | [[Category:System Classifications]] |
Revision as of 09:15, 16 December 2013
Measurement task classification | |
---|---|
Name | SYSCLS_MEASUREMENTTASK |
Inheritance | {{{inheritance}}} |
Namespace | System.Classification |
ID | {{{id}}} |
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 |