GetPinByNumber Method

Returns the Pin in this chain with the given pin number on the device with the given name, or null if none was found.

Type: Chain

Namespace: XJTAG.Integration.XJAnalyser

Syntax

public Pin GetPinByNumber(string deviceName, string pinNumber)

Parameters

deviceName

Type: string

The name of the Device that the pin is on.

pinNumber

Type: string

The number of the Pin to return.

Return Value

Pin

The unique Pin on the device in the chain with the given number.