get_mv
Purpose:
-
Retrieve the millivolt value of a specified input channel.
Enter:
-
get_mv <input_variable_label> [v]
Where:
-
input_variable_label
Specify the input variable label to retrieve.
v
Optional. Specify this option to display only the value and not the label.
Example:
-
get_mv exh_stk_t
The above command displays the value of variable exh_stk_t as exh_stk_t = 123.get_mv exh_stk_t v
The above command displays the value of variable exh_stk_t as 123.