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
ScriptTraceVariableList ¶ class ScriptTraceVariableList. ScriptTraceVariableList ( iterable = () , / ) ¶ Bases: list Provides functionality for the modification of the list of variables, traced by the
GraphType ¶ class GraphType. GraphType ( value ) ¶ Bases: Enum Used for ScriptTraceVariable.graph_type. Defines the appearence of a variable in the diagram. NOTYPE = 0 ¶ None. LINES_POINTS = 1 ¶ Line
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
Resolution ¶ class Resolution. Resolution ( value ) ¶ Bases: Enum This enumeration is used to identify the resolution of the trace. MilliSeconds = 0 ¶ MicroSeconds = 1 ¶
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
ScriptGitBranchCollection ¶ class ScriptGitBranchCollection. ScriptGitBranchCollection ( iterable = () , / ) ¶ Bases: list Wrapper class around _3S.CoDeSys.Git.GitIntegration.IGitBranchCollection. __i
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
GitFastForwardStrategy ¶ class GitFastForwardStrategy. GitFastForwardStrategy ( value ) ¶ Bases: Enum Strategy used for merging. FastForwardIfPossible = 0 ¶ Default fast-forward strategy. If the merge