System.Sensors.TCustomElectricalSensor
Delphi
TCustomElectricalSensor = class(TCustomSensor)
C++
class PASCALIMPLEMENTATION TCustomElectricalSensor : public TCustomSensor
Inhaltsverzeichnis
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
class | public | System.Sensors.pas System.Sensors.hpp |
System.Sensors | System.Sensors |
Beschreibung
Gibt Informationen über elektrische Eigenschaften des Geräts zurück.
Die TCustomElectricalSensor-Eigenschaften geben die Kapazität in Farad, den Widerstand in Ohm, die Induktivität in Henry, den Strom in Ampere, die Spannung (elektrische Spannung) in Volt, die Leistung in Watt zurück.
Plattformunterstützung
Diese Klasse wird nur auf Windows unterstützt.
Siehe auch
- 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