Campbell Scientific TDRSDK Software Developement Kit User Manual

Page 18

Advertising
background image

TDRSDK Software Development Kit for TDR100

14

46. AcqWFnocal

Allows calling application to initiate the acquisition of a new waveform
without first doing calibration. When transaction is complete, the call-back
procedure will be called (if required), or the state machine can be monitored to
detect completion. If no error occurred, the waveform is not immediately
available but can be retrieved using ‘ReqLastWaveForm’ (#30) to get the
waveform sent to the DLL. Then use ‘GetWaveform’ (#31) to move the
waveform from the DLL to the Application. Result: Waveform is acquired,
without calibration, but is NOT sent to the DLL.

int AcqWFnocal

Parameters:

None

Return Code:

0 = Success

1

=

Failure

47. AcqWaveform

Allows calling application to initiate the acquisition of a new waveform with
calibration. When transaction is complete, the call-back procedure will be
called (if required), or the state machine can be monitored to detect completion.
If no error occurred, the waveform is not immediately available but can be
retrieved using ‘ReqLastWaveForm’ (#30) to get the waveform sent to the
DLL. Then use ‘GetWaveform’ (#31) to move the waveform from the DLL to
the Application. Result: Waveform is acquired but is NOT sent to the DLL.

int AcqWaveform

Parameters:

None

Return Code:

0 = Success

1

=

Failure

48. SetPwrOff

Allows calling application to set the analog power in the TDR100 to the off
state. After this function is called the analog section of the TDR100 is in a low
power state. When transaction is complete, the call-back procedure will be
called (if required), or state machine status is monitored for reporting of any
error code. Result: TDR100 puts its analog section in a low power state.

int AcqWFnocal

Parameters:

None

Return Code:

0 = Success

1

=

Failure

50. ReqCancel

Allows calling application cancel its last command. When the cancellation
transaction is complete, the application can continue its next command.

int ReqCancel

Parameters:

None

Return Code:

0 = Success

1

=

Failure

Advertising