23.11.2014 Views

CompuScope SDK Manua.. - Egmont Instruments

CompuScope SDK Manua.. - Egmont Instruments

CompuScope SDK Manua.. - Egmont Instruments

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

gage_init_clock<br />

Syntax<br />

C:<br />

void GAGEAPI gage_init_clock (void);<br />

Visual BASIC:<br />

Sub init_clock ()<br />

Remarks<br />

gage_init_clock is used to initialize the <strong>CompuScope</strong> clock circuitry. This routine should be called before<br />

initiating data capture with gage_get_data. It is recommended that the gage_start_capture routine, which<br />

calls gage_init_clock internally, be used instead.<br />

gage_init_clock can be used, in some cases, in conjunction with gage_get_data in order to speed up the<br />

re-arming of the <strong>CompuScope</strong> hardware. Note that using this method does not allow the amount of pretrigger<br />

data to be ensured. Pre-trigger data will only be captured until an event fulfilling the trigger<br />

conditions occurs. Ensuring a specific number of pre-trigger data points can only be done by setting this<br />

number of points using the gage_delay_trigger_32 routine and then calling gage_start_capture. Using<br />

this method, gage_start_capture will ignore triggers until the specified amount of pre-trigger data has been<br />

acquired.<br />

Return Value<br />

None.<br />

See also<br />

gage_get_data and gage_start_capture<br />

Examples<br />

C:<br />

gage_init_clock ();<br />

Visual BASIC:<br />

Call gage_init_clock ()<br />

<strong>CompuScope</strong> API Reference <strong>Manua</strong>l<br />

71

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!