CODESYS Git ¶ Details to AddOn “CODESYS Git” (Version 1.5.0.0): ScriptGitBranchCollection ScriptGitBranchCollection GitFastForwardStrategy GitFastForwardStrategy ScriptGitMergeOptions ScriptGitMergeOp
ScriptGitBranchCollection ¶ class ScriptGitBranchCollection. ScriptGitBranchCollection ( iterable = () , / ) ¶ Bases: list Wrapper class around _3S.CoDeSys.Git.GitIntegration.IGitBranchCollection. __i
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
ScriptGitStatusEntryCollection ¶ class ScriptGitStatusEntryCollection. ScriptGitStatusEntryCollection ( iterable = () , / ) ¶ Bases: list Wrapper of _3S.CoDeSys.Git.GitIntegration.IGitRepositoryStatus
ScriptGitBranch ¶ class ScriptGitBranch. ScriptGitBranch ¶ Bases: AbstractScriptGitElement Wrapper class around _3S.CoDeSys.Git.GitIntegration.IGitBranch. __str__ ( ) → str ¶ See “git branch” command
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
ScriptTraceVariable ¶ class ScriptTraceVariable. ScriptTraceVariable ¶ Bases: object property variable_name : str ¶ Gets or sets the name of the variable. Must only contain ASCII characters. property