diff --git a/ni/measurementlink/measurement/v1/measurement_service.proto b/ni/measurementlink/measurement/v1/measurement_service.proto index 996502b..330abdc 100644 --- a/ni/measurementlink/measurement/v1/measurement_service.proto +++ b/ni/measurementlink/measurement/v1/measurement_service.proto @@ -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 annotations = 5; diff --git a/ni/measurementlink/measurement/v2/measurement_service.proto b/ni/measurementlink/measurement/v2/measurement_service.proto index 4599890..2a9fa3e 100644 --- a/ni/measurementlink/measurement/v2/measurement_service.proto +++ b/ni/measurementlink/measurement/v2/measurement_service.proto @@ -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"