Given a reference to a UPDM Actual Measurement InstanceSpecification, what is either the Automation API code or the OpenAPI code to create new ValueSpecification Values for the MeasurementSet's Attributes?
I'd like to use a call like ModelHelper.createValueSpecification, passing it the Project reference and the value for the ValueSpecification as an EnumerationLiteralImpl. However, I am not coding all the steps properly and cannot find an implemented example to follow as a pattern.