Method GetUnsupportedModels
- 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
triggerTypesTriggerType[]-
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.