package consts
const (
TwoPosMin = 0
TwoPosMax = 10000
// 断相保护器超时时间,单位ms
DBQTimeout = 13 * 1000
// 继电器缓放时间,单位ms
RelayHf = 0.5 * 1000
)