How do I generate a continuous pulse train with a specified initial delay? I am using the DAQ-STC counters on an E series board and using the NI-DAQ library. I have tried specifying the initial count parameter and counter mode with:
status=gpctr_change_parameters(board,counter,nd_initial_count,delay)
status=gpctr_set_application(board,counter,nd_pulse_train_gnr)
This does not seem to produce an intial delay. I tested this by setting the delay to 30000 which should have caused a 3 second delay.