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
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
ScriptSvnRemoteServices ¶ class ScriptSvnRemoteServices. SvnRemoteServices ¶ Bases: object Contains all functionality which works against a server. The ISvnReporter passed to this calls will be automa
ScriptSvnEnums ¶ class ScriptSvnEnums. SvnDirEntryItems ( value ) ¶ Bases: Enum The items to fetch with the SVN Dir entry. This enum may be extended with future SVN versions. None = 0 ¶ None of the di
ScriptSvnCustomizationHooks ¶ class ScriptSvnCustomizationHooks. SvnLocationCustomizationHook ¶ Bases: object This interface allows implementing plugins to customize the working copy location. All Imp