system.historian.storeMetadata
This function is used in Python Scripting.
Description​
Store a list of metadata to the specified Historian.
Client Permission Restrictions​
This scripting function has no Client Permission restrictions.
Syntax #1​
system.historian.storeMetadata(metadata)
Parameters​
| Type | Parameter | Description |
|---|---|---|
| List | metadata | A list of metadata. |
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.storeMetadata(paths, timestamps, properties)
Parameters​
| Type | Parameter | Description |
|---|---|---|
| List | paths | A list of historical paths. |
| List | timestamps | A list of timestamps. |
| Dictionary | properties | A dictionary of desired properties to be stored as historical metadata. |
Returns​
A list of qualified values. The quality code will indicate success or failure. See Scripting Object Reference.
Scope​
Gateway, Vision Client, Perspective Session