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

Retrieving measurement property fails when Result Name is present in Selector String #143

@mdwhitten

Description

@mdwhitten

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.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions