Indexer (string)

Gets the pin on this device with the given name.

Type: Device

Namespace: XJTAG.Integration.XJAnalyser

Syntax

public Pin this[string pinNum] { get; }

Type

Pin

Parameters

pinNum

Type: string

The number of the pin to get.

Exceptions

RuntimeException

None of the pins on this device has the given name.