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
Afficher le fichier Open project: ColdMatter/EDMSuite Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public Shot ( int startTime, int valveToQ, int flashToQ ) : int
startTime int
valveToQ int
flashToQ int
Résultat int

ShotSequence() public méthode

public ShotSequence ( int startTime, int sequenceLength, int flashlampPulseInterval, int valveToQ, int flashToQ ) : int
startTime int
sequenceLength int
flashlampPulseInterval int
valveToQ int
flashToQ int
Résultat int