GitFastForwardStrategy ¶ class GitFastForwardStrategy. GitFastForwardStrategy ( value ) ¶ Bases: Enum Strategy used for merging. FastForwardIfPossible = 0 ¶ Default fast-forward strategy. If the merge
ScriptGitMergeOptions ¶ class ScriptGitMergeOptions. ScriptGitMergeOptions ¶ Bases: object Wrapper around _3S.CoDeSys.Git.GitIntegration.IGitMergeOptions. property fail_on_conflict : bool ¶ If set, do
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
ScriptTraceDiagramVariable ¶ class ScriptTraceDiagramVariable. ScriptTraceDiagramVariable ¶ Bases: object Represents the connection between one ScriptTraceVariable and one ScriptTraceDiagram. One Scri
ScriptTraceDiagram ¶ class ScriptTraceDiagram. ScriptTraceDiagram ¶ Bases: object Contains the settings for a diagram of the trace. property background_color : int ¶ Gets or sets the 32bit-ARGB repres
ScriptTraceDiagramVariableCollection ¶ class ScriptTraceDiagramVariableCollection. ScriptTraceDiagramVariableCollection ( iterable = () , / ) ¶ Bases: list Represents a collection of ScriptTraceDiagra
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__ (