autosweep.data_types.metadata#

Classes

DUTInfo(part_num, ser_num, **kwargs)

DUTInfo stores the part number, the serial number, and any additional information relevant to the DUT.

MetaNum(num)

A MetaNum is any alphanumeric string or int that is used to represent a specific value with fixed formatting

PN(num, rev)

The representation of a part number with a revision.

SN(num)

The representation of a serial number.

TimeStamp([timestamp])

A TimeStamp is a simple object based on python's datetime which is used to represent dates and times in a convenient way for AutoSweep.