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
ScriptGitCommit ¶ class ScriptGitCommit. ScriptGitCommit ¶ Bases: AbstractScriptGitElement Wrapper class around _3S.CoDeSys.Git.GitIntegration.IGitCommit __str__ ( ) → str ¶ see “git log” command __eq
ScriptGitStatusEntry ¶ class ScriptGitStatusEntry. ScriptGitStatusEntry ¶ Bases: AbstractScriptGitElement Wrapper of _3S.CoDeSys.Git.GitIntegration.IGitStatusEntry. __str__ ( ) → str ¶ __eq__ ( other
ScriptGitRemoteCollection ¶ class ScriptGitRemoteCollection. ScriptGitRemoteCollection ( iterable = () , / ) ¶ Bases: list Wrapper class around _3S.CoDeSys.Git.GitIntegration.IGitRemoteCollection. __i
GitChangeKind ¶ class GitChangeKind. GitChangeKind ( value ) ¶ Bases: Enum The kind of changes that a Diff can report. Unmodified = 0 ¶ No changes detected. Added = 1 ¶ The file was added. Deleted = 2