AddValue

<< Click to Display Table of Contents >>

 

AddValue

AddValue(FieldName, Timestamp, Quality, Value)

Adds a value to a temporary Tag on this Session. This method's parameters are described on the next table.

Parameters of the AddValue method

Parameter

Description

FieldName

Name of a field to which this value is added. This name must exist on the original Storage's configuration, or else it must have been previously added using the AddField method

Timestamp

Timestamp of a value to add

Quality

Quality of a value to add

Value

Value to add

 

This method returns True if this value was correctly added and False otherwise.

Was this page useful?