System.Sensors.TCustomMechanicalSensor

提供: RAD Studio API Documentation
移動先: 案内検索

System.Sensors.TCustomSensorSystem.TObjectTCustomMechanicalSensor

Delphi

TCustomMechanicalSensor = class(TCustomSensor)

C++

class PASCALIMPLEMENTATION TCustomMechanicalSensor : public TCustomSensor

プロパティ

種類 可視性 ソース ユニット
class public
System.Sensors.pas
System.Sensors.hpp
System.Sensors System.Sensors


説明

デバイスの機械的情報を決定するために使用されます。

TCustomMechanicalSensor は、デバイスに適用される機械力に関する情報をニュートン単位で、 Force プロパティを使用して提供します。AbsPressure および GaugePressure は、絶対圧およびゲージ圧へのアクセスを、パスカルで提供します。

Weight プロパティを使用すると、重量をキログラムで返します。

サポート対象プラットフォーム

このクラスは、Windows 上でのみサポートされます。

関連項目