C# Класс ps4000example.Imports.TriggerChannelProperties

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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