ScriptTraceVariable¶
- class ScriptTraceVariable.ScriptTraceVariable¶
Bases:
object
- property variable_name: str¶
- Gets or sets the name of the variable. Must only contain ASCII characters.
- property graph_color: int¶
- Gets or sets the color of the graph. Expects the 32bit-ARGB color representation.
- property max_warning_area: float¶
- Gets or sets the limit, above which values can be displayed using max_color, depending on activate_max_warning.
- property activate_max_warning: bool¶
- Gets or sets wether values above max_warning_area should be displayed using max_color.
- property max_color: int¶
- Gets or sets the graph color for values greater than max_warning_area. Expects the 32bit-ARGB color representation.
- property min_warning_area: float¶
- Gets or sets the limit, below which values can be displayed using min_color, depending on activate_min_warning.
- property activate_min_warning: bool¶
- Gets or sets wether values below min_warning_area should be displayed using min_color.
- property min_color: int¶
- Gets or sets the graph color for values less than min_warning_area. Expects the 32bit-ARGB color representation.
- property enabled: bool¶
- Indicates, whether the variable should be included in the trace recording.