14 lines
316 B
C#
14 lines
316 B
C#
namespace Shared.Metrology;
|
|
|
|
public class MET08BVHGPROBE
|
|
{
|
|
|
|
public enum Test
|
|
{
|
|
BreakdownVoltageCenter = Metrology.Test.BreakdownVoltageCenter,
|
|
BreakdownVoltageEdge = Metrology.Test.BreakdownVoltageEdge,
|
|
BreakdownVoltageMiddle8in = Metrology.Test.BreakdownVoltageMiddle8in
|
|
}
|
|
|
|
}
|