Chain Class
Class containing properties and methods which access Device and Pin objects on the JTAG chain.
Namespace: XJTAG.Integration.XJAnalyser
Syntax
public class Chain
Inheritance Hierarchy
- object
Members
Properties
Name | Description |
---|---|
DeviceCount | Returns the number of devices in the current chain. |
Devices | The collection of devices in the current chain. |
Methods
Name | Description |
---|---|
Equals(object) (from object) | |
Finalize (from object) | |
GetAllPins | Returns a collection containing all pins in the chain. |
GetDeviceByChainPosition | Gets the Device at the given (1-based) position in the chain. |
GetDeviceByName | Returns the Device in this chain with the given name, or null if none was found. |
GetHashCode (from object) | |
GetPinByNumber | Returns the Pin in this chain with the given pin number on the device with the given name, or null if none was found. |
GetType (from object) | |
MemberwiseClone (from object) | |
ToString (from object) |
XJTAG v4.1.100