ScriptTraceVariableList ¶ class ScriptTraceVariableList. ScriptTraceVariableList ( iterable = () , / ) ¶ Bases: list Provides functionality for the modification of the list of variables, traced by the
ScriptTraceEditorObject ¶ class ScriptTraceEditorObject. ScriptTraceEditorObject ¶ Bases: object Represents a open trace editor, used to perform online actions on a trace. property is_online : bool ¶
ScriptTraceDiagramCollection ¶ class ScriptTraceDiagramCollection. ScriptTraceDiagramCollection ( iterable = () , / ) ¶ Bases: list Represents the collection of Diagrams in one TraceObject. __iter__ (
ScriptTraceDiagramVariableCollection ¶ class ScriptTraceDiagramVariableCollection. ScriptTraceDiagramVariableCollection ( iterable = () , / ) ¶ Bases: list Represents a collection of ScriptTraceDiagra
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
CODESYS TRACE ¶ Details to AddOn “CODESYS TRACE” (Version 4.2.0.0, released): Resolution Resolution TriggerState TriggerState IScriptTraceObjectMarker IScriptTraceObjectMarker ScriptTraceVariableList
Resolution ¶ class Resolution. Resolution ( value ) ¶ Bases: Enum This enumeration is used to identify the resolution of the trace. MilliSeconds = 0 ¶ MicroSeconds = 1 ¶
ScriptFontDesc ¶ class ScriptFontDesc. ScriptFontDesc ¶ Bases: object Bundles the modifyable settings for a font. property name : str ¶ Gets or sets the name of the font. property size : float ¶ Gets
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