Method GetUnsupportedTriggerTypes
- 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
modelStringstring-
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.