Schedules an analog output. Requires that the output be configured to trigger on software control
Go2Status Go2System_ScheduleAnalogOutput(Go2System system, Go2Analog analog, Go2Int64 target, Go2Int64 value);
|
Parameters |
Description |
|
Go2System system |
Go2System object. |
|
Go2Analog analog |
Go2Analog object. |
|
Go2Int64 target |
the time or position target (uS or mm), depending on Go2System_SystemDomain. Ignored if Go2Analog_ScheduleEnabled is false. |
|
Go2Int64 value |
The value of the scheduled output (nA). |
Operation status.
Go2System.h