QuantityMeasured Enumeration
Physical quantity under measurement.
Namespace: Gemstone.PQDIF.LogicalAssembly: Gemstone.PQDIF (in Gemstone.PQDIF.dll) Version: 1.0.128 -- Release Build+1b345d0ae00b8cec154a675bc1a93c4812c5641f
public enum QuantityMeasured
Public Enumeration QuantityMeasured
public enum class QuantityMeasured
Gemstone.PQDIF.Logical.QuantityMeasured = function();
Gemstone.PQDIF.Logical.QuantityMeasured.createEnum('Gemstone.PQDIF.Logical.QuantityMeasured', false);
None | 0 |
None or not applicable.
|
Voltage | 1 |
Voltage.
|
Current | 2 |
Current.
|
Power | 3 |
Power - includes all data for a quantity or characteristic
derived from multiplying voltage and current components.
|
Energy | 4 |
Energy - includes all data from an integration of a quantity
or characteristic derived from multiplying voltage and current
components together.
|
Temperature | 5 |
Temperature.
|
Pressure | 6 |
Pressure.
|
Charge | 7 |
Charge.
|
ElectricalField | 8 |
Electrical field.
|
MagneticField | 9 |
Magnetic field.
|
Velocity | 10 |
Velocity.
|
Bearing | 11 |
Compass bearing.
|
Force | 12 |
Applied force, electrical, mechanical etc.
|
Torque | 13 |
Torque.
|
Position | 14 |
Spatial position.
|
FluxLinkage | 15 |
Flux linkage Weber Turns.
|
FluxDensity | 16 |
Magnetic field density.
|
Status | 17 |
Status data.
|