User`s guide

FUNCTIONS
SDK SECTION 11
Page 125
GetDDGIOCFrequency
unsigned int WINAPI GetDDGIOCFrequency(double*frequency)
Description
This function can be used to return the actual IOC frequency that will be triggered. It should
only be called once all the conditions of the experiment have been defined.
Parameters
double*frequency: the number of integrate on chip pulses triggered within the fire pulse.
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ERROR_ACK
Number returned
System not initialized
Unable to communicate with card
See also
SetDDGIOCFrequency SetDDGIOCNumber GetDDGIOCNumber GetDDGIOCPulses
SetDDGIOC
NOTE: Available in iStar.
GetDDGIOCNumber
unsigned int WINAPI GetDDGIOCNumber(unsigned long* numberPulses)
Description
This function can be used to return the actual number of pulses that will be triggered. It
should only be called once all the conditions of the experiment have been defined.
Parameters
unsigned long* numberPulses: the number of integrate on chip pulses triggered within
the fire pulse.
Return
unsigned int
DRV_SUCCESS
DRV_NOT_INITIALIZED
DRV_ERROR_ACK
Number returned
System not initialized
Unable to communicate with card
See also
SetDDGIOCFrequency GetDDGIOCFrequency SetDDGIOCNumber GetDDGIOCPulses
SetDDGIOC
NOTE: Available in iStar.