blark.transform.FunctionBlockDeclaration
- class blark.transform.FunctionBlockDeclaration[source]
Bases:
objectBase class for declarations of variables using function blocks.
May either be by name (
FunctionBlockNameDeclaration) or invocationFunctionBlockInvocationDeclaration). Marked as a “tagged union” so that serialization will uniquely identify the Python class.Methods