AinFunctions クラス
アナログ入力
継承
System.Object
AinFunctions
名前空間: Y2.UsbIO
アセンブリ: Y2.UsbIO.Core.dll
構文
public sealed class AinFunctions
プロパティ
ChannelCount
チャネル数
public int ChannelCount { get; }
プロパティ値
型 | 説明 |
---|---|
System.Int32 |
メソッド
Input(Span<Int32>, Int32)
任意のチャネル数の入力端子の状態を読み込みます(バイナリデータ)
public void Input(Span<int> values, int startChannel = 0)
パラメーター
型 | 名前 | 説明 |
---|---|---|
System.Span<System.Int32> | values | 入力データを格納するスパン(配列でも可) |
System.Int32 | startChannel | 読み込みを開始するチャネル |
Input(Span<Voltage>, Int32)
任意のチャネル数の入力端子の状態を読み込みます(電圧値)
public void Input(Span<Voltage> voltages, int startChannel = 0)
パラメーター
型 | 名前 | 説明 |
---|---|---|
System.Span<Voltage> | voltages | 入力データを格納するスパン(配列でも可) |
System.Int32 | startChannel | 読み込みを開始するチャネル |