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
ScriptGitMergeOptions ¶ class ScriptGitMergeOptions. ScriptGitMergeOptions ¶ Bases: object Wrapper around _3S.CoDeSys.Git.GitIntegration.IGitMergeOptions. property fail_on_conflict : bool ¶ If set, do
ScriptGitRemoteCollection ¶ class ScriptGitRemoteCollection. ScriptGitRemoteCollection ( iterable = () , / ) ¶ Bases: list Wrapper class around _3S.CoDeSys.Git.GitIntegration.IGitRemoteCollection. __i