C# Class DAQ.HAL.QuantaRayLaser

A class that could be used for communicating with a Spectra-Physics Quanta-Ray laser.
Inheritance: DAQ.HAL.YAGLaser
Afficher le fichier Open project: ColdMatter/EDMSuite Class Usage Examples

Méthodes publiques

Méthode Description
DisableQSwitch ( ) : void
EnableQSwitch ( ) : void
PatternChangeEndedHandler ( object source, EventArgs e ) : void
PatternChangeStartingHandler ( object source, EventArgs e ) : void
StartFlashlamps ( bool internalClock ) : void
StopFlashlamps ( ) : void

Method Details

DisableQSwitch() public méthode

public DisableQSwitch ( ) : void
Résultat void

EnableQSwitch() public méthode

public EnableQSwitch ( ) : void
Résultat void

PatternChangeEndedHandler() public méthode

public PatternChangeEndedHandler ( object source, EventArgs e ) : void
source object
e System.EventArgs
Résultat void

PatternChangeStartingHandler() public méthode

public PatternChangeStartingHandler ( object source, EventArgs e ) : void
source object
e System.EventArgs
Résultat void

StartFlashlamps() public méthode

public StartFlashlamps ( bool internalClock ) : void
internalClock bool
Résultat void

StopFlashlamps() public méthode

public StopFlashlamps ( ) : void
Résultat void