Table of Contents

Method GetUnsupportedModels

Namespace
NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower
Assembly
NationalInstruments.SemiconductorTestLibrary.Abstractions.dll

GetUnsupportedModels(params TriggerType[])

Returns the set of DC Power instrument model strings that are not supported for the specified trigger types.

public static IEnumerable<string> GetUnsupportedModels(params TriggerType[] triggerTypes)

Parameters

triggerTypes TriggerType[]

The trigger types for which to retrieve unsupported model strings.

Returns

IEnumerable<string>

An enumeration of model strings that are unsupported for the given trigger types.