Click or drag to resize

MaterialPackageMSDData Class

[This is preliminary documentation and is subject to change.]

Describes addition detail for material packages containing moisture sensitive devices
Inheritance Hierarchy

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

The MaterialPackageMSDData type exposes the following members.

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