get_digital_out(n)

Deprecated: Get digital output signal level

Parameters

n: The number (id) of the output, integer: [0:9]

Return Value

boolean, The signal level.

Deprecated: The get_standard_digital_out and get_tool_digital_out 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 outputs.

Example command: get_digital_out(1)

  • Example Parameters:
    • n is digital output 1
      • Returns True or False