This repository was archived by the owner on Mar 16, 2022. It is now read-only.

Description
This line and the equivalent in LabVIEW both fail when a selector string is passed into this function referring to a specific named result:
|
nr.ComponentCarrier.GetNumberOfComponentCarriers(selectorString, out int numComponentCarriers); |
This is a problem for any personality and any measurement where we use this method of determining how large the array should be before fetching.
For C#, we can probably just ignore the selector string input for the function. Otherwise, for both the solution would be to strip out the result string from the selector string.