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
instrumentNamesstring[]List of custom instrument names.
channelGroupIdsstring[]List of channel group IDs.
channelListsstring[]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.