set_analog_out(n, f )

Deprecated: Set analog output signal level

Parameters

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

f: The relative signal level [0;1] (float)

Deprecated: The set_standard_analog_out replaces this function.

This function might be removed in the next major release.

Example command: set_analog_out(1,0.5)

  • Example Parameters:
    • n is standard analog output port 1
    • f = 0.5, that corresponds to 5V (or 12mA depending on domain setting) on the output port