QuantityMeasured Enumeration
Physical quantity under measurement.
Namespace: Gemstone.PQDIF.LogicalAssembly: Gemstone.PQDIF (in Gemstone.PQDIF.dll) Version: 1.0.150 -- Release Build+28e08b68c85f58490ed849805e3d842d0247bb68
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.
|