Skip to content

Commit

Permalink
Add information about how ioresource.instrument_type annotation is used
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Mendez <[email protected]>
  • Loading branch information
jonathanmendez committed Apr 22, 2024
1 parent fbb96fd commit 989efe8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ message ConfigurationParameter {
// - Type specialization. The keys to other annotations will be read based on the value of `ni/type_specialization` annotation.
// - Key: "ni/type_specialization"
// - Common Values: "ioresource" ...
// - For string parameter with ni/type_specialization annotation equals "ioresource"
// - For string parameter with ni/type_specialization annotation equals "ioresource", the "ni/ioresource.instrument_type" annotation will be used by UIs to limit selection of I/O to the specified instrument type.
// - Key: "ni/ioresource.instrument_type"
// - Common Values: "niDCPower", "niScope"...
map<string, string> annotations = 5;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ message ConfigurationParameter {
// - Common Values: "ioresource", "path", "enum"...
// - "ioresource" and "path" parameters require the type field to be TYPE_STRING.
// - "enum" parameters requires the type field to be TYPE_ENUM.
// - For string parameter with ni/type_specialization annotation equals "ioresource"
// - For string parameter with ni/type_specialization annotation equals "ioresource", the "ni/ioresource.instrument_type" annotation will be used by UIs to limit selection of I/O to the specified instrument type.
// - Key: "ni/ioresource.instrument_type"
// - Common Values: "niDCPower", "niScope"...
// - For enum parameter with ni/type_specialization annotation equals "enum"
Expand Down

0 comments on commit 989efe8

Please sign in to comment.