Retrieves the hardware name of the contactor corresponding to the specified software name.

Syntax

Namespace: NationalInstruments.ECUTS.Pulser

public string GetContactorHardwareName(string contactorSoftwareName)

Remarks

The following table lists the format of contactor software names and their corresponding hardware names:

Software Name

Hardware Name

A0 Current Into DUT

K2

A0 Current From DUT

K1

A1 Current Into DUT

K4

A1 Current From DUT

K3

B0 Current Into DUT

K6

B0 Current From DUT

K5

B1 Current Into DUT

K8

B1 Current From DUT

K7

B2 Current Into DUT

K10

B2 Current From DUT

K9

C0+ Current Into DUT

K12

C0- Current From DUT

K11

C1+ Current Into DUT

K14

C1- Current From DUT

K13

C2+ Current Into DUT

K16

C2- Current From DUT

K15

Internal Contactor Path

K17

Parameters

NameTypeDescription
contactorSoftwareNamestring

Specifies the software name of the contactor for which the hardware name is returned.

Returns

GetContactorHardwareName returns the hardware name of the given contactor.

Exceptions

TypeDescription
PulserSessionException

Thrown when the specified contactor software name is not supported.