System.Sensors.TCustomElectricalSensor

From RAD Studio API Documentation
Jump to: navigation, search

System.Sensors.TCustomSensorSystem.TObjectTCustomElectricalSensor

Delphi

TCustomElectricalSensor = class(TCustomSensor)

C++

class PASCALIMPLEMENTATION TCustomElectricalSensor : public TCustomSensor

Properties

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

Description

Gives information about electrical properties of the device.

The TCustomElectricalSensor properties return the capacitance in farads, resistance in ohms, inductance in henries, current in amperes, voltage (electrical potential) in volts, power in watts.

Platform Support

This class is only supported on Windows.

See Also