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
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
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
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
ScriptTraceDiagramVariable ¶ class ScriptTraceDiagramVariable. ScriptTraceDiagramVariable ¶ Bases: object Represents the connection between one ScriptTraceVariable and one ScriptTraceDiagram. One Scri
ScriptTraceVariable ¶ class ScriptTraceVariable. ScriptTraceVariable ¶ Bases: object property variable_name : str ¶ Gets or sets the name of the variable. Must only contain ASCII characters. property
CODESYS Git ¶ Details to AddOn “CODESYS Git” (Version 1.5.0.0): ScriptGitBranchCollection ScriptGitBranchCollection GitFastForwardStrategy GitFastForwardStrategy ScriptGitMergeOptions ScriptGitMergeOp
ScriptAxisSettings ¶ class ScriptAxisSettings. ScriptAxisSettings ¶ Bases: object Bundles settings of the x-axis of a traceObject or the y-axis of a diagram. property mode : AxisScaleMode ¶ Scale mode
AxisScaleMode ¶ class AxisScaleMode. AxisScaleMode ( value ) ¶ Bases: Enum The possible scale modes of an axis. Auto = 0 ¶ The axis range is determined based on the range of the data (For the time axi