Interface ICPResult

interface ICPResult {
    dilution?: ICPDilution;
    element: string;
    experimentalConcentration?: Value;
    sampleConcentration?: Value;
    wavelength?: Value;
}

Properties

dilution?: ICPDilution
element: string
experimentalConcentration?: Value
sampleConcentration?: Value
wavelength?: Value