C# 클래스 DAQ.HAL.DAQMxPatternGenerator

A class to control the PatternList generator using DAQMx. This class is not horrible, doesn't suffer from huge memory leaks, and doesn't frequently crash the computer. W00t.
상속: PatternGenerator
파일 보기 프로젝트 열기: ColdMatter/EDMSuite 1 사용 예제들

공개 메소드들

메소드 설명
Configure ( double clockFrequency, bool loop, bool fullWidth, bool lowGroup, int length, bool internalClock, bool triggered ) : void
DAQMxPatternGenerator ( String device ) : System
OutputPattern ( Int16 pattern ) : void
OutputPattern ( UInt32 pattern ) : void
StopPattern ( ) : void

비공개 메소드들

메소드 설명
SleepOnePattern ( ) : void

메소드 상세

Configure() 공개 메소드

public Configure ( double clockFrequency, bool loop, bool fullWidth, bool lowGroup, int length, bool internalClock, bool triggered ) : void
clockFrequency double
loop bool
fullWidth bool
lowGroup bool
length int
internalClock bool
triggered bool
리턴 void

DAQMxPatternGenerator() 공개 메소드

public DAQMxPatternGenerator ( String device ) : System
device String
리턴 System

OutputPattern() 공개 메소드

public OutputPattern ( Int16 pattern ) : void
pattern System.Int16
리턴 void

OutputPattern() 공개 메소드

public OutputPattern ( UInt32 pattern ) : void
pattern System.UInt32
리턴 void

StopPattern() 공개 메소드

public StopPattern ( ) : void
리턴 void