STS Module
2-416
❏
prev
. The initial 32-bit history value to use in this object.
Tconf Name: previousVal
Type: Int32
Example:
mySts.previousVal = 0;
❏
unit type
. The unit type property enables you to choose the type of
time base units.
■
Not time based. If you select this unit type, the values are
displayed in the Statistics View without applying any conversion.
■
High-resolution time based. If you select this type, the Statistics
View, by default, presents results in units of instruction cycles.
■
Low-resolution time based. If you select this unit type, the default
Statistics View presents results in timer interrupt units.
Tconf Name: unitType
Type: EnumString
Options:
"Not time based", "High resolution time based", "Low
resolution time based"
Example:
mySts.unitType = "Not time based";
❏
host operation
. The expression evaluated (by the host) on the data
for this object before it is displayed by the Statistics View real-time
analysis tool. The operation can be:
■
A x X
■
A x X + B
■
(A x X + B) / C
Tconf Name: operation
Type: EnumString
Options:
"Nothing", "A * x", "A * x + B", "(A * x + B) / C"
Example:
mySts.operation = "Nothing";
❏
A, B, C
. The integer parameters used by the expression specified by
the Host Operation property above.
Tconf Name: numA
Type: Int32
Tconf Name: numB
Type: Int32
Tconf Name: numC
Type: Int32
Example:
mySts.numA = 1;
mySts.numB = 0;
mySts.numC = 1;