Table of Contents

Method GetUnsupportedTriggerTypes

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

GetUnsupportedTriggerTypes(string)

Returns the set of NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.TriggerType values that are not supported for the specified DCPower model string.

public static IEnumerable<TriggerType> GetUnsupportedTriggerTypes(string modelString)

Parameters

modelString string

The model string of the DC Power instrument.

Returns

IEnumerable<TriggerType>

An enumeration of NationalInstruments.SemiconductorTestLibrary.InstrumentAbstraction.DCPower.TriggerType values that are unsupported for the given model string.

Remarks

Refer to the NI-DCPower User Manual for details on the trigger types supported by each instrument model.