Difference between revisions of "ExtensionsPlus.EventPlus.GetDeepNewValue"
Jump to navigation
Jump to search
(Created page with "Category:EventPlus == Classification == {{ClassificationActivity | GetDeepNewValue | Snapshot of the new variable value | Term | OTX EventPlus Extension...") |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:EventPlus]] | + | {{DISPLAYTITLE:'''GetDeepNewValue '''}}[[Category:EventPlus]] |
== Classification == | == Classification == | ||
− | {{ClassificationActivity | GetDeepNewValue | Snapshot of the new variable value | [[Term]] | [[EventPlus|OTX EventPlus Extension]] | - | [[TypeMismatchException]] | - | No}} | + | {{ClassificationActivity | GetDeepNewValue | Snapshot of the new variable value | [[Term]] | [[ExtensionsPlus.EventPlus|OTX EventPlus Extension]] | - | [[Core.Actions.Throw.Exception.TypeMismatchException|TypeMismatchException]] | - | StandardCompliant=No}} |
== Pseudo-Code Syntax == | == Pseudo-Code Syntax == | ||
Line 16: | Line 16: | ||
{| {{TableHeader}} | {| {{TableHeader}} | ||
{{TableRowPropertiesHeader}} | {{TableRowPropertiesHeader}} | ||
− | {{TableRowPropertie1| Event | [[Event]] | [[Term]] | - | [1] | The monitor change event from which you want to return the new value of the formerly monitored variables at the time of the change in value.}} | + | {{TableRowPropertie1| Event | [[Extensions.EventHandling.Event|Event]] | [[Term]] | - | [1] | The monitor change event from which you want to return the new value of the formerly monitored variables at the time of the change in value.}} |
|} | |} | ||
Line 25: | Line 25: | ||
== See also == | == See also == | ||
− | [[DeepMonitorChangeEventSource]] <br/> | + | [[ExtensionsPlus.EventPlus.DeepMonitorChangeEventSource|DeepMonitorChangeEventSource]]<br/> |
− | [[GetDeepChangedIndex]]<br/> | + | [[ExtensionsPlus.EventPlus.GetDeepChangedIndex|GetDeepChangedIndex]] <br/> |
− | [[IsDeepMonitorChangeEvent]]<br/> | + | [[ExtensionsPlus.EventPlus.IsDeepMonitorChangeEvent|IsDeepMonitorChangeEvent]]<br/> |
− | [[IsSizeChangedLength]] | + | [[ExtensionsPlus.EventPlus.IsSizeChangedLength|IsSizeChangedLength]] |
Latest revision as of 09:53, 16 February 2016
Contents
Classification
Name | GetDeepNewValue |
Short Description | Snapshot of the new variable value |
Class | Term |
Extension | OTX EventPlus Extension |
Group | - |
Exceptions | TypeMismatchException |
Checker Rules | - |
Standard Compliant | No |
Pseudo-Code Syntax
Value GetDeepNewValue(Event);
Description
The GetDeepNewValue term has the same behavior like GetNewValue only for ByteField, List and Map.
Return Value
The Term returns the value, see table below.
![]()
In OTX, Terms are categorized according to its return data type!
Data Type | Description |
Variable | The value that was stored in the given event. |
Properties
Name | Data Type | Class | Default | Cardinality | Description |
Event | Event | Term | - | [1] | The monitor change event from which you want to return the new value of the formerly monitored variables at the time of the change in value. |
Examples
Variable result = GetDeepNewValue(myEvent);
See also
DeepMonitorChangeEventSource
GetDeepChangedIndex
IsDeepMonitorChangeEvent
IsSizeChangedLength