get_analog_in(n)
Deprecated: Get analog input signal level
Parameters
n: The number (id) of the input, integer: [0:3]
Return Value
float, The signal level in Amperes, or Volts
Deprecated: The get_standard_analog_in and get_tool_analog_in replace this function. Ports 2-3 should be changed to 0-1 for the latter function. This function might be removed in the next major release.
Note: For backwards compatibility n:2-3 go to the tool analog inputs.
Example command: get_analog_in(1)
- Example Parameters:
- n is analog input 1
- Returns value of analog output #1
- n is analog input 1