17 lines
367 B
C#
17 lines
367 B
C#
namespace Adaptation.Shared.Metrology
|
|
{
|
|
|
|
public class MET08BVHGPROBE
|
|
{
|
|
|
|
public enum Test
|
|
{
|
|
BreakdownVoltageCenter = Metrology.Test.BreakdownVoltageCenter,
|
|
BreakdownVoltageEdge = Metrology.Test.BreakdownVoltageEdge,
|
|
BreakdownVoltageMiddle8in = Metrology.Test.BreakdownVoltageMiddle8in
|
|
}
|
|
|
|
}
|
|
|
|
}
|