int tic_init_stimuli(int i)
enable 200 kHz test mode stimuli at port IO15
Definition: tic_c.cxx:308
int tic_mode_totalcount(int i)
set MTOC (totalizing counter)
Definition: tic_c.cxx:227
const char * tic_errortext(int i)
Error message of the most recent error encountered.
Definition: tic_c.cxx:55
int tic_mode_pulse(int i)
set MPUL (pulse mode)
Definition: tic_c.cxx:174
int tic_mode_pulse_width(int i)
set MPWI (pulse width mode)
Definition: tic_c.cxx:140
double tic_read_frequency_average(int i)
read sample
Definition: tic_c.cxx:115
int tic_loop(int i)
main loop, controls the device operation during measurements
Definition: tic_c.cxx:289
int tic_fini(int i)
finish device use
Definition: tic_c.cxx:96
double tic_read_pulse_second(int i)
read second half of sample
Definition: tic_c.cxx:206
int tic_count_samples(int i)
sample count
Definition: tic_c.cxx:281
int tic_mode_frequency_average(int i)
set MFAV (frequeny average mode)
Definition: tic_c.cxx:107
int tic_arm(int i)
arm channel
Definition: tic_c.cxx:300
long long tic_read_totalcount(int i)
read totalized count
Definition: tic_c.cxx:235
int tic_failed(int i)
get the most error status.
Definition: tic_c.cxx:51
int tic_set_property(int i, unsigned eProp, int iVal)
set mode properties
Definition: tic_c.cxx:258
double tic_read_pulse_width(int i)
read sample
Definition: tic_c.cxx:148
int tic_init(int i)
initialize device
Definition: tic_c.cxx:83
int tic_diagcode(int i)
Diagnostic code of the most recent error encountered.
Definition: tic_c.cxx:78
int tic_errorcode(int i)
Error code of the most recent error encountered.
Definition: tic_c.cxx:61
double tic_read_pulse_first(int i)
read first half of sample
Definition: tic_c.cxx:182