Skip to main content
Version: 8.3 Beta 🚧

system.historian.storeAnnotations

This function is used in Python Scripting.

Description​

Store a list of annotations to the specified Historian.

Client Permission Restrictions​

This scripting function has no Client Permission restrictions.

Syntax #1​

system.historian.storeAnnotations(annotations)

Parameters​

TypeParameterDescription
ListannotationsA list of annotations.

Returns​

A list of qualified values. The quality code will indicate success or failure. See Scripting Object Reference.

Scope​

Gateway, Vision Client, Perspective Session

Syntax #2​

system.historian.storeAnnotations(paths, startTimes[, endTimes][, types][, data][, storageIds][, deleted])

Parameters​

TypeParameterDescription
ListpathsA list of historical paths.
ListstartTimesA list of start times associated with the annotation.
ListendTimesA list of end times associated with the annotation. [optional]
ListtypesA list of string types that indicate the annotation type. [optional]
ListdataA list of annotation data. [optional]
ListstorageIdsA list of annotation storage IDs to indicate that the annotation should be updated. [optional]
ListdeletedA list of deleted flags to indicate whether the annotation should be marked deleted. [optional]

Returns​

A list of qualified values. The quality code will indicate success or failure. See Scripting Object Reference.

Scope​

Gateway, Vision Client, Perspective Session