System.Sensors.TElectricalSensorType

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TElectricalSensorType = (Voltage, Current, Capacitance, Resistance, Inductance, ElectricalPower, Potentiometer);

C++

enum class DECLSPEC_DENUM TElectricalSensorType : unsigned char { Voltage, Current, Capacitance, Resistance, Inductance, ElectricalPower, Potentiometer };

Properties

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

Description

Type that defines the type of sensor of a TCustomElectricalSensor.

Instances of this type may have any of the following values:

Item Description

Voltage

Voltage sensor.

Current

Electrical current sensor.

Capacitance

Capacitance sensor.

Resistance

Resistance sensor.

Inductance

Inductance sensor.

ElectricalPower

Electrical power sensor.

Potentiometer

Potentiometer.

See Also