Chapter 4 Result commands
Querying the attributes of a result
SmartClass E1 Tester Remote Control Reference Guide 21
Querying the attributes of a result
This command queries attributes of the result. Applicability is the same as
setup applicability. Readiness indicates whether the result is available. Some
results take time to gather or calculate. This indicates whether the measure-
ment has been made. Severity denotes whether or not this result's value is
abnormal. Range denotes whether or not the result's value is in its allowable
range. Timestamp is the time at which the result was last modified. This “time”
is the time tick count since the system was started.
Command
rc pr_get_attr result_name
Response
2:SCE:cmsend:ack:pr_get_attr applicability, readiness,
severity, range, timestamp
applicability is a Boolean value and will be 0 (false) or 1 (true).
readiness is a Boolean value and will be 0 or 1.
severity is a string that denotes whether or not the result's current value is
normal.
range is a string that denotes whether or not the result's current value is in
range.
timestamp is an integer.
Example
rc pr_get attr E1Bert.0.BertRx.BitCount
Querying the value and attributes of a result
This command queries the value and attributes of a result. Applicability is the
same as setup applicability. Readiness indicates whether the result is avail-
able. Some results take time to gather or calculate. This indicates whether the
measurement has been made. Severity denotes whether or not this result's
value is abnormal. Range denotes whether or not the result's value is in its
allowable range. Timestamp is the time at which the result was last modified.
This “time” is the time tick count since the system was started.
Command
rc pr_get_all result_name
Response
2:SCE:cmsend:ack:pr_get_all applicability, readiness,
severity, range, timestamp, value
value is the current value of this result.
applicability is a Boolean value and will be 0 (false) or 1 (true).
readiness is a Boolean value and will be 0 or 1.