C# Класс ScanMaster.Acquire.Patterns.GuidePatternBuilder

Pattern builder for the guide. The guide uses the two channels called decelhplus and decelhminus to drive the switches. At the beginning and end of the pulse sequence, both channels will be low. Both channels will have the same state at all times - any required inversions must be done later in the hardware. With the firing of the Q-switch being t=0, the channels first go high at 'delayToGuide'. They remain high for a time 'lensSwitchPeriod', then go low for a further 'lensSwitchPeriod' etc. You'll get 'numberOfLenses / 2' high-low cycles. The channels have to be in the same state at the end as at the start, so 'numberOfLenses' has to be even.
Наследование: DAQ.Pattern.PatternBuilder32
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
FlashlampPulse ( int startTime, int valveToQ, int flashToQ ) : int
Shot ( int startTime, int valvePulseLength, int valveToQ, int flashToQ, int delayToDetectorTrigger, string detectorTriggerSource, int delayToGuide, int lensSwitchPeriod, int numberOfLenses, int guideDcDuration, bool switchGuide ) : int
ShotSequence ( int startTime, int numberOfOnOffShots, int padShots, int flashlampPulseInterval, int valvePulseLength, int valveToQ, int flashToQ, int delayToDetectorTrigger, int delayToGuide, int lensSwitchPeriod, int numberOfLenses, int guideDcDuration, bool modulation ) : int

Описание методов

FlashlampPulse() публичный Метод

public FlashlampPulse ( int startTime, int valveToQ, int flashToQ ) : int
startTime int
valveToQ int
flashToQ int
Результат int

Shot() публичный Метод

public Shot ( int startTime, int valvePulseLength, int valveToQ, int flashToQ, int delayToDetectorTrigger, string detectorTriggerSource, int delayToGuide, int lensSwitchPeriod, int numberOfLenses, int guideDcDuration, bool switchGuide ) : int
startTime int
valvePulseLength int
valveToQ int
flashToQ int
delayToDetectorTrigger int
detectorTriggerSource string
delayToGuide int
lensSwitchPeriod int
numberOfLenses int
guideDcDuration int
switchGuide bool
Результат int

ShotSequence() публичный Метод

public ShotSequence ( int startTime, int numberOfOnOffShots, int padShots, int flashlampPulseInterval, int valvePulseLength, int valveToQ, int flashToQ, int delayToDetectorTrigger, int delayToGuide, int lensSwitchPeriod, int numberOfLenses, int guideDcDuration, bool modulation ) : int
startTime int
numberOfOnOffShots int
padShots int
flashlampPulseInterval int
valvePulseLength int
valveToQ int
flashToQ int
delayToDetectorTrigger int
delayToGuide int
lensSwitchPeriod int
numberOfLenses int
guideDcDuration int
modulation bool
Результат int