GetPinByNumber Method

Returns the Pin on this Device with the given number, or null if none was found.

Type: Device

Namespace: XJTAG.Integration.XJAnalyser

Syntax

public Pin GetPinByNumber(string pinNum)

Parameters

pinNum

Type: string

The number of the Pin to return.

Return Value

Pin

The unique Pin on this device with the given pin number.