User`s guide
FUNCTIONS
SDK SECTION 11
Page 203
SetDACOutputScale
unsigned int WINAPI SetDACOutputScale(int scale)
Description
Clara offers 2 configurable precision 16-bit DAC outputs. This function should be used to
select the active one.
Parameters
int scale: 5 or 10 volt DAC range (1/2).
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ACQUIRING
DRV_NOT_AVAILABLE
DRV_P1INVALID
DAC Scale option accepted.
System not initialized.
Acquisition in progress.
Feature not available
DAC Scale value invalid.
See also
SetDACOutput
NOTE: Only available on Andor Clara
SetDACOutput
unsigned int WINAPI SetDACOutput(int option, int resolution, int value)
Description
Clara offers 2 configurable precision 16-bit DAC outputs. This function should be used to
set the required voltage.
Parameters
int option: DAC Output Scale 1 or 2 (1/2).
int resolution: resolution of DAC can be set from 2 to 16-bit in steps of 2
int value: requested DAC value (for particular resolution)
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ACQUIRING
DRV_NOT_AVAILABLE
DRV_P1INVALID
DRV_P2INVALID
DRV_P3INVALID
DAC Scale option accepted.
System not initialized.
Acquisition in progress.
Feature not available.
DAC range value invalid.
Resolution unavailable.
Requested value not within DAC range.
See also
SetDACOutputScale
NOTE: Only available on Andor Clara