Click or drag to resize

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.242.0.0 (8.242.0.0)
Syntax
public enum ComponentType
Members
  Member nameValueDescription
Unknown0 The type is not known.
Capacitor1 The component is a capacitor.
TantalumCapacitor2 The item is a tantalum capacitor.
PolarizedTantalumCapacitor3 The item is a polarized tantalum capacitor.
Resistor4 The item is a resistor.
Diode5 The item is a diode.
ZenerDiode6 The item is a zener diode.
Coil7 The item is an inductive coil.
See Also