Method ValidateCustomInstruments
- Assembly
- NationalInstruments.SemiconductorTestLibrary.Abstractions.dll
ValidateCustomInstruments(string[], string[], string[])
Validates the custom instruments based on the provided instrument names, channel group IDs, and channel lists associated with the instrument type ID.
void ValidateCustomInstruments(string[] instrumentNames, string[] channelGroupIds, string[] channelLists)
Parameters
instrumentNames
string[]List of custom instrument names.
channelGroupIds
string[]List of channel group IDs.
channelLists
string[]List of channel lists.
Remarks
Implementations should throw an exception if the validation fails, to avoid creating invalid sessions. If no validation is needed, this method can be left empty.