3.5.3. SETPOINT
#  | Brief | Name  | Arguments (in C Syntax)  | 
  | 
  | 
  | Full Description  | 
  | Description  | 
  | 
  | 
  | 
  | 
  | 
  | 
16  | Set Set Point  | SetSetPoint | (long CardHandle,  | 
  | Defines the Set Point Register (SPR). Reaching the SPR (i.e.,  | ||
  | 
  | 
  | short EncoderNumber, | 
  | meeting the condition IPC = SPR) may become the trigger of  | ||
  | 
  | 
  | long SetPoint) | 
  | the Event Signal.  | ||
  | 
  | 
  | 
  | 
  | SetPoint: | ||
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | 
  | The desirable SPR. Should conform to an unsigned   | ||
  | 
  | 
  | 
  | 
  | number (ranging from 0 to 16777215). If SetPoint exceeds  | ||
  | 
  | 
  | 
  | 
  | this range, a "failure" return code is responded, and SPR  | ||
  | 
  | 
  | 
  | 
  | remains changeless.  | ||
  | 
  | 
  | 
  | 
  | Note:  | ||
  | 
  | 
  | 
  | 
  | Refer  | also to section 3.5.4.  | |
17  | Get Set Point  | GetSetPoint | (long CardHandle,  | 
  | Gets the current value of the Set Point Register (SPR).  | ||
  | 
  | 
  | short EncoderNumber, | 
  | 
  | 
  | 
  | 
  | 
  | 
  | long* SetPoint) | 
  | 
  | 
  | 
  | 
Note: The description of the common arguments is in section 3.6
19