Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

what is ticks of timebase?

Hi,

 

I am using PXI-6229 card and generating counter pulses using the DAQmx API DAQmxCreateCOPulseChanTicks(). I am passing "" for sourceTerminal parameter. What does lowTicks and highTicks parameter mean? What is their usage?

 

Please let me know.

 

Thanks in advance.

 

Regards,

Priya.

0 Kudos
Message 1 of 2
(3,345 Views)
Priya, When doing pulse train generation, a pulse is generated by toggling the output of the counter after some number of clocks have been counted. In this case, a clock will be routed to the source of the counter and the counter will toggle it's output after 'lowTicks' periods of this clock, and again after 'highTicks' periods of this clock. You have specified an empty string for the counter's source, so the counter's default source will be used. For M Series (of which PXI-6229 is one) the default clock is a 80 MHz clock. Therefore, lowTicks and highTicks specify how long the counter's output will be low and high in terms of periods of this 80 MHz clock. Hope that helps, Dan
0 Kudos
Message 2 of 2
(3,334 Views)