C# 클래스 ps4000example.Imports.TriggerChannelProperties

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

공개 프로퍼티들

프로퍼티 타입 설명
Channel Channel
HysteresisMajor ushort
HysteresisMinor ushort
ThresholdMajor short
ThresholdMinor short
ThresholdMode ThresholdMode

공개 메소드들

메소드 설명
TriggerChannelProperties ( short thresholdMajor, ushort hysteresisMajor, short thresholdMinor, ushort hysteresisMinor, Channel channel, ThresholdMode thresholdMode ) : System

메소드 상세

TriggerChannelProperties() 공개 메소드

public TriggerChannelProperties ( short thresholdMajor, ushort hysteresisMajor, short thresholdMinor, ushort hysteresisMinor, Channel channel, ThresholdMode thresholdMode ) : System
thresholdMajor short
hysteresisMajor ushort
thresholdMinor short
hysteresisMinor ushort
channel Channel
thresholdMode ThresholdMode
리턴 System

프로퍼티 상세

Channel 공개적으로 프로퍼티

public Channel Channel
리턴 Channel

HysteresisMajor 공개적으로 프로퍼티

public ushort HysteresisMajor
리턴 ushort

HysteresisMinor 공개적으로 프로퍼티

public ushort HysteresisMinor
리턴 ushort

ThresholdMajor 공개적으로 프로퍼티

public short ThresholdMajor
리턴 short

ThresholdMinor 공개적으로 프로퍼티

public short ThresholdMinor
리턴 short

ThresholdMode 공개적으로 프로퍼티

public ThresholdMode ThresholdMode
리턴 ThresholdMode