package pcb

type Table struct {
	Vadj  float64 `json:"vadj_now"`
	Vref  float64 `json:"vref_now"`
	Pivdd float64 `json:"pivdd_now"`
}