PropertyStrategy flag group
OPC Property Strategy to query and create property objects.
Lua access code
To access the code of the flags below, append the flag group name and flag name to syslib.model.flags,
see an example below.
return syslib.model.flags.PropertyStrategy.OPCPROP_ITEM_CREATE
Flags
| Name | Bit | Value | Description |
|---|---|---|---|
| OPCPROP_ITEM_CREATE | 2 | 2 | Instruct the system to create selected property objects below item level |
| OPCPROP_ITEM_QUERY | 1 | 1 | Allow the system to query the server for item property settings during browse process |
| OPCPROP_NODE_CREATE | 4 | 8 | Instruct the system to create selected property objects below item level |
| OPCPROP_NODE_QUERY | 3 | 4 | Allow the system to query the server for node property settings during browse process |