Description:
The 'Pulse Generator' utility is a MATLAB class that provides functions to ...
Directory Location:
<ScanImage Application Directory>/+scanimage/+util/
Syntax: Object creation:
pgObj = pulseGenerator(varargin)
Constructor Parameters: (optional)
- Device
Device name as defined in the Machine_Data_File.m. - Number of Channels
Number of Channels - Frequency
Frequency - Destination
Destination - Start Flag ???
Indicator to determine whether (true) or not (false) ... - Name
Name
Methods:
'set.freq()'
'set.destination()'
'start()'
'stop()'
'delete()'