|
UniSet 2.45.1
|
Статические открытые данные | |
| list | constructor_args = field(default_factory=list) |
| list | update_params = field(default_factory=list) |
| list | outputs = field(default_factory=list) |
| str | library = "iec" |
Статические защищенные данные | |
| dict | _REGISTRY = {} |
Metadata for a standard IEC 61131-3 function block.
Attributes:
name: IEC 61131-3 name (e.g. "TON").
js_class: JavaScript class name in uniset2-iec61131.js (same as name).
constructor_args: Arguments passed to JS constructor, as (name, type) pairs.
update_params: Parameters for the update() method, as (name, type) pairs.
outputs: Readable output properties after update(), as (name, type) pairs.
library: "iec" for standard IEC 61131-3, "codesys" for Codesys Util.