CODESYS Recipes ¶ Details to AddOn “CODESYS Recipes” (Version 4.2.0.0, released): ScriptRecipeDefinitionObject ScriptRecipeDefinitionMarker ScriptRecipeDefinitionObject ScriptRecipeVariableList Script
ScriptRecipeDefinitionObject ¶ class ScriptRecipeDefinitionObject. ScriptRecipeDefinitionMarker ¶ Bases: object Marker object to check whether a ScriptObject is a recipe definition object. Version add
ScriptTraceEditorObject ¶ class ScriptTraceEditorObject. ScriptTraceEditorObject ¶ Bases: object Represents a open trace editor, used to perform online actions on a trace. property is_online : bool ¶
ScriptFontDesc ¶ class ScriptFontDesc. ScriptFontDesc ¶ Bases: object Bundles the modifyable settings for a font. property name : str ¶ Gets or sets the name of the font. property size : float ¶ Gets
IScriptTraceObjectMarker ¶ class IScriptTraceObjectMarker. IScriptTraceObjectMarker ¶ Bases: object This is added to every IScriptObject, so the check wether it is a valid trace object can be executed
ScriptTraceVariableList ¶ class ScriptTraceVariableList. ScriptTraceVariableList ( iterable = () , / ) ¶ Bases: list Provides functionality for the modification of the list of variables, traced by the
PacketState ¶ class PacketState. PacketState ( value ) ¶ Bases: Enum NoConfig = 0 ¶ The configuration of a trace packet is incomplete Disabled = 1 ¶ The trace packet is currently disabled Enabled = 2
ScriptTraceDiagramCollection ¶ class ScriptTraceDiagramCollection. ScriptTraceDiagramCollection ( iterable = () , / ) ¶ Bases: list Represents the collection of Diagrams in one TraceObject. __iter__ (
GraphType ¶ class GraphType. GraphType ( value ) ¶ Bases: Enum Used for ScriptTraceVariable.graph_type. Defines the appearence of a variable in the diagram. NOTYPE = 0 ¶ None. LINES_POINTS = 1 ¶ Line
TriggerEdge ¶ class TriggerEdge. TriggerEdge ( value ) ¶ Bases: Enum Describes the way of trigger detection. Undefined = 0 ¶ No trigger edge defined. Positive = 1 ¶ Positive trigger edge. Negative = 2