C# Class ScanMaster.Acquire.Patterns.FlashlampPatternBuilder

This pattern simply flashes the YAG flashlamps. The q-switch and valve are not triggered. It is used to keep the laser warm whilst doing other stuff.
Inheritance: DAQ.Pattern.PatternBuilder32
Show file Open project: ColdMatter/EDMSuite Class Usage Examples

Public Methods

Method Description
Shot ( int startTime, int valveToQ, int flashToQ ) : int
ShotSequence ( int startTime, int sequenceLength, int flashlampPulseInterval, int valveToQ, int flashToQ ) : int

Method Details

Shot() public method

public Shot ( int startTime, int valveToQ, int flashToQ ) : int
startTime int
valveToQ int
flashToQ int
return int

ShotSequence() public method

public ShotSequence ( int startTime, int sequenceLength, int flashlampPulseInterval, int valveToQ, int flashToQ ) : int
startTime int
sequenceLength int
flashlampPulseInterval int
valveToQ int
flashToQ int
return int