System.Sensors.TCustomMechanicalSensor

From RAD Studio API Documentation
Jump to: navigation, search

System.Sensors.TCustomSensorSystem.TObjectTCustomMechanicalSensor

Delphi

TCustomMechanicalSensor = class(TCustomSensor)

C++

class PASCALIMPLEMENTATION TCustomMechanicalSensor : public TCustomSensor

Properties

Type Visibility Source Unit Parent
class public
System.Sensors.pas
System.Sensors.hpp
System.Sensors System.Sensors

Description

Used to determine mechanical information about the device.

TCustomMechanicalSensor can give information about mechanical force applied to the device in newtons using the Force property. AbsPressure and GaugePressure offer access to absolute and gauge pressure in pascals.

Using the Weight property returns the weight in kilograms.

Platform Support

This class is only supported on Windows.

See Also