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
Resolution ¶ class Resolution. Resolution ( value ) ¶ Bases: Enum This enumeration is used to identify the resolution of the trace. MilliSeconds = 0 ¶ MicroSeconds = 1 ¶
TriggerState ¶ class TriggerState. TriggerState ( value ) ¶ Bases: Enum Flags field defining the state of the trigger of a trace packet in the runtime system. Disabled = 0 ¶ No trigger defined. Enable
CODESYS Visualization Support ¶ Details to AddOn “CODESYS Visualization Support” (Version 4.2.0.0): ScriptImagePoolObject ImageLinkType ScriptImagePoolMarker ScriptImagePoolObject ScriptImagePoolItems
ScriptProject ¶ class ScriptProject. ComparisonFlags ( value ) ¶ Bases: Enum Flags controlling the details of the ScriptProject.compare_to() method. Version added : 3.5.12.0 NONE = 0 ¶ No flags set. I