C# 클래스 ps4000example.ConsoleExample

파일 보기 프로젝트 열기: mojca/picoscope 1 사용 예제들

공개 메소드들

메소드 설명
BlockCallback ( short handle, short status, IntPtr pVoid ) : void
BlockDataHandler ( string text, int offset ) : void
CollectBlockImmediate ( ) : void
CollectBlockRapid ( ) : void
CollectBlockTriggered ( ) : void
CollectStreamingImmediate ( ) : void
CollectStreamingTriggered ( ) : void
DisplaySettings ( ) : void
GetDeviceInfo ( ) : void
Run ( ) : void
SetDefaults ( ) : void
SetTimebase ( ) : void
SetVoltages ( ) : void
StreamDataHandler ( uint preTrigger ) : void
StreamingCallback ( short handle, int noOfSamples, uint startIndex, short ov, uint triggerAt, short triggered, short autoStop, IntPtr pVoid ) : void

비공개 메소드들

메소드 설명
ConsoleExample ( short handle ) : System
Main ( ) : void
RapidBlockDataHandler ( ushort nRapidCaptures ) : void
SetTrigger ( Imports channelProperties, short nChannelProperties, Imports triggerConditions, short nTriggerConditions, Imports directions, Pwq pwq, uint delay, short auxOutputEnabled, int autoTriggerMs ) : short
WaitForKey ( ) : void
adc_to_mv ( int raw, int ch ) : int
mv_to_adc ( short mv, short ch ) : short

메소드 상세

BlockCallback() 공개 메소드

public BlockCallback ( short handle, short status, IntPtr pVoid ) : void
handle short
status short
pVoid System.IntPtr
리턴 void

BlockDataHandler() 공개 메소드

public BlockDataHandler ( string text, int offset ) : void
text string
offset int
리턴 void

CollectBlockImmediate() 공개 메소드

public CollectBlockImmediate ( ) : void
리턴 void

CollectBlockRapid() 공개 메소드

public CollectBlockRapid ( ) : void
리턴 void

CollectBlockTriggered() 공개 메소드

public CollectBlockTriggered ( ) : void
리턴 void

CollectStreamingImmediate() 공개 메소드

public CollectStreamingImmediate ( ) : void
리턴 void

CollectStreamingTriggered() 공개 메소드

public CollectStreamingTriggered ( ) : void
리턴 void

DisplaySettings() 공개 메소드

public DisplaySettings ( ) : void
리턴 void

GetDeviceInfo() 공개 메소드

public GetDeviceInfo ( ) : void
리턴 void

Run() 공개 메소드

public Run ( ) : void
리턴 void

SetDefaults() 공개 메소드

public SetDefaults ( ) : void
리턴 void

SetTimebase() 공개 메소드

public SetTimebase ( ) : void
리턴 void

SetVoltages() 공개 메소드

public SetVoltages ( ) : void
리턴 void

StreamDataHandler() 공개 메소드

public StreamDataHandler ( uint preTrigger ) : void
preTrigger uint
리턴 void

StreamingCallback() 공개 메소드

public StreamingCallback ( short handle, int noOfSamples, uint startIndex, short ov, uint triggerAt, short triggered, short autoStop, IntPtr pVoid ) : void
handle short
noOfSamples int
startIndex uint
ov short
triggerAt uint
triggered short
autoStop short
pVoid System.IntPtr
리턴 void