cheminfo-types
    Preparing search index...

    Interface TGAHolder

    Holder (crucible) used in a TGA experiment.

    interface TGAHolder {
        kind: string;
        mass: Value;
        material?: string;
    }
    Index

    Properties

    Properties

    kind: string

    Type of holder (e.g., "Alumina 70ul").

    mass: Value

    Mass of the holder.

    material?: string

    Material of the holder (e.g., "Ceramic").