get_digital_in(n)
Deprecated: Get digital input signal level
Parameters
n:
The number (id) of the input, integer: [0:9]
Return Value
boolean, The signal level.
Deprecated: The get_standard_digital_in
and get_tool_digital_in
replace this function. Ports 8-9 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:8-9 go to the tool digital inputs.
Example command: get_digital_in(1)
- Example Parameters:
- n is digital input 1
- Returns True or False
- n is digital input 1