C# Class ps4000example.Imports.TriggerChannelProperties

Show file Open project: mojca/picoscope Class Usage Examples

Public Properties

Property Type Description
Channel Channel
HysteresisMajor ushort
HysteresisMinor ushort
ThresholdMajor short
ThresholdMinor short
ThresholdMode ThresholdMode

Public Methods

Method Description
TriggerChannelProperties ( short thresholdMajor, ushort hysteresisMajor, short thresholdMinor, ushort hysteresisMinor, Channel channel, ThresholdMode thresholdMode ) : System

Method Details

TriggerChannelProperties() public method

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
return System

Property Details

Channel public property

public Channel Channel
return Channel

HysteresisMajor public property

public ushort HysteresisMajor
return ushort

HysteresisMinor public property

public ushort HysteresisMinor
return ushort

ThresholdMajor public property

public short ThresholdMajor
return short

ThresholdMinor public property

public short ThresholdMinor
return short

ThresholdMode public property

public ThresholdMode ThresholdMode
return ThresholdMode