cheminfo-types
    Preparing search index...

    Interface Instrument

    The instrument with which a spectrum was measured. CHMO: 0000998

    interface Instrument {
        location?: Location;
        manufacturer: string;
        model: string;
        serialNumber?: string;
        sku?: string;
        software?: Software;
    }
    Index

    Properties

    location?: Location
    manufacturer: string

    The name of the instrument manufacturer

    ["Microtrac Retsch GmbH", "Bruker"]

    model: string

    The name of the instrument.

    ["BELSORP MAX II"]

    serialNumber?: string

    The INTERNAL serial number of the instrument, e.g., the inventory number of the instrument in a university

    ["B105863"]

    sku?: string

    Stock Keeping Unit (SKU), i.e. a merchant-specific identifier for a product or service, or the product to which the offer refers.

    ["345"]

    software?: Software

    The name of the software and the version number

    ["BELMaster™ 7"]