System.Sensors.TCustomElectricalSensor
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
- System.Sensors.TCustomSensor
- System.Sensors.TCustomElectricalSensor.Capacitance
- System.Sensors.TCustomElectricalSensor.Resistance
- System.Sensors.TCustomElectricalSensor.Inductance
- System.Sensors.TCustomElectricalSensor.Current
- System.Sensors.TCustomElectricalSensor.Voltage
- System.Sensors.TCustomElectricalSensor.Power