set_digital_out(n, b)

Deprecated: Set digital output signal level

Parameters

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

b: The signal level. (boolean)

Deprecated: The set_standard_digital_out and set_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.

Example command: set_digital_out(1,True)

  • Example Parameters:
    • n is digital output 1
    • b = True