Instruction manual
AMPDIO DRIVERS
Page 142
0 (stop the pulse channel [if started])
1 (start the pulse channel [if stopped])
runOneshot short: controls the 'one-shot' channel:
0 (stop the one-shot channel [if started])
1 (start the one-shot channel [if stopped])
runTrain short: controls the 'train' channel:
0 (stop the train channel [if started])
1 (start the train channel [if stopped])
Returns short: OK
or ERRHANDLE
ERRCHAN
Prior Calls registerBoardEx
TCsetPeriodicPulseTrain
See Also TCfreePeriodicPulseTrain
TCchangePeriodicPulseTrainGate
TCchangePeriodicPulseTrainFreq
TCchangePeriodicPulseTrainCount
TCchangePeriodicPulseTrainDuration
6.4.8.13 Free a Periodic Pulse Train Generator — TCfreePeriodicPulseTrain
Frees resources used by a periodic pulse train generator as set up by
TCsetPeriodicPulseTrain.
SUPPORTED IN VERSION 4.32 ONWARDS.
i = TCfreePeriodicPulseTrain (h, hPPT)
where h short: board handle as issued by the
registerBoardEx function.
hPPT short: periodic pulse train generator handle, as
issued by the TCsetPeriodicPulseTrain
function.
Returns short: OK
or ERRHANDLE
ERRCHAN
Prior Calls registerBoardEx
TCsetPeriodicPulseTrain
See Also TCchangePeriodicPulseTrainGate
TCchangePeriodicPulseTrainFreq
TCchangePeriodicPulseTrainCount
TCchangePeriodicPulseTrainDuration
TCcontrolPeriodicPulseTrain