Sequential#
Operator |
Class |
---|---|
-> (Initial value) |
See |
pre (Unit delay) |
See |
pre (Initialized unit delay) |
See |
window (Temporal window) |
See |
- class ansys.scadeone.core.swan.Window(size: Expression, init: Group, params: Group)#
Bases:
Expression
Temporal window: expr ::= window <<expr>> ( group ) ( group ).
- static set_owner(owner: SwanItem | IProject | None, children: SwanItem | Iterable[SwanItem]) None #
Helper to set owner as the owner of each item in the Iterable items.
- property is_protected: bool#
Tell if a construct item is syntactically protected with some markup and is stored as a string (without the markup).
- property module: ModuleBase | None#
Module containing the item.
- Returns:
ModuleBase: module container, see
ModuleBody
andModuleInterface
or None if the object is itself a module.
- property size: Expression#
Window size.