Click or drag to resize

MaterialPackageMSDData Class

Describes addition detail for material packages containing moisture sensitive devices
Inheritance Hierarchy
SystemObject
  CFX.StructuresMaterialPackageData
    CFX.StructuresMaterialPackageMSDData

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class MaterialPackageMSDData : MaterialPackageData

The MaterialPackageMSDData type exposes the following members.

Constructors
 NameDescription
Public methodMaterialPackageMSDData 
Top
Properties
 NameDescription
Public propertyExpirationDateTime In the case where the MSD material is open and currently exposed to the environment, the date / time when the MSD material will expire rendering it no longer able to be used in production. Otherwise null.
Public propertyLastExposureDateTime In the case where the MSD material is open and currently exposed to the environment, the date / time when the material was most recently opened and/or exposed. Otherwise null.
Public propertyMSDLevel The level of moisture sensitivity (as defined by IPC/JEDEC J-STD-033C)
Public propertyMSDState An enumeration describing the current state of this MSD material
Public propertyOriginalExposureDateTime The date / time when this MSD material was originally opened and exposed to the environment
Public propertyRemainingExposureTime The total amount of time before the MSD expires, rendering it unable to be used in production (assuming the material is open and exposed to the environment)
Top
See Also