トレーニング用波形インターフェースTraining Waveform Interface

IID: [1:{01000001}]

このインターフェースは、プロパティを非常に簡単に実装するための手段を提供する。トレーナー用ベースインターフェイスと併用する場合は、セッションとして提供することが可能である。

Associated Interfaces

This interface provides easy-to-implement properties. It can be provided as a session if used in conjunction with the Training Base Interface.

Associated Interfaces

> Type Definitions

ValueValueType ID: 0

波の値です。単位のないこの番号。A value of the wave. This a number without units.

MAX: 
MIN: 
Unit: 
Type: uint8

> Properties

PositionPositionItem ID: 1

波形の現在の位置。この位置は、MinimumプロパティとMaximumプロパティとの間を移動する。The current value of the waveform, which will change between the Minimum property and the Maximum property.

Read: true
Write: false
Type: 0 -  ValueValue
MinimumMinimumItem ID: 2

波形の最小振幅。この数値は、Maximumプロパティ以下でなければならない。The minimum amplitude of the waveform. It must be less than or equal to the Maximum property.

Read: true
Write: true
Type: 0 -  ValueValue
MaximumMaximumItem ID: 3

波形の最大振幅。この数値は、Minimumプロパティ以上でなければならない。The maximum amplitude of the waveform. It must be greater than or equal to the Minimum property.

Read: true
Write: true
Type: 0 -  ValueValue

> Exceptions

Invalid Min/MaxInvalid Min/MaxItem ID: 4


リクエスタが無効なMinimum プロパティまたは Maximumプロパティをセットしようとした場合に出力される例外。This is thrown if a requestor attempts to set an invalid Minimum or Maximum property.