Supply: Technical Spec Unit Name and Value Match

Modified on Tue, 17 Jun at 3:14 PM

To match the correct technical specification name and value, we would recommend using SupSpec.value and SupSpec.units for pairing.


Using the query here: 

query specExample {
    supSearchMpn(q: "TMS320C5515AZCH12") {
      results {
        part {
          mpn
          shortDescription
          manufacturer {
            name
          }
          specs {
            attribute {
              name
              unitsName
              unitsSymbol
            }
            value
            siValue
            valueType
            units
            unitsName
            unitsSymbol
            displayValue
           }
        }
      }
    }
  }

We can take a closer look at the frequency of this part:

Note that whilst the value and unit combined give a frequency of 120 MHz, taking value and unitsSymbol will return 120Hz.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article