cheminfo-types
    Preparing search index...

    Interface TGAMeta

    Standardized TGA metadata. CHMO: 0000690

    interface TGAMeta {
        holder?: TGAHolder;
        initialValue?: Value;
        method?: string;
        sampleMass?: Value;
        zones?: TGAZone[];
    }
    Index

    Properties

    holder?: TGAHolder

    Holder (crucible) information.

    initialValue?: Value

    Initial sample mass before the experiment.

    method?: string

    Measurement method name (e.g., "650 TGA/DSC", "Full").

    sampleMass?: Value

    Sample mass.

    zones?: TGAZone[]

    Mass-loss zones extracted from the instrument software.