ComponentType Enumeration |
An enumeration describing the electical type of an electronic component.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public enum ComponentType
Public Enumeration ComponentType
public enum class ComponentType
Members
| Member name | Value | Description |
---|
| Unknown | 0 |
The type is not known.
|
| Capacitor | 1 |
The component is a capacitor.
|
| TantalumCapacitor | 2 |
The item is a tantalum capacitor.
|
| PolarizedTantalumCapacitor | 3 |
The item is a polarized tantalum capacitor.
|
| Resistor | 4 |
The item is a resistor.
|
| Diode | 5 |
The item is a diode.
|
| ZenerDiode | 6 |
The item is a zener diode.
|
| Coil | 7 |
The item is an inductive coil.
|
See Also