//:Description: svt voltage values
//:Synonyms::::
//:Source:
//:Update:
//:Update frequncy:
//:Reminder:
//:Recall frequency:
//:Size of Data:
//:Pointer to data:
#ifndef SVTVOLTAGES_H
#define SVTVOLTAGES_H
struct svtVoltages {
// type varnam; //Units : Comments
float highVoltages[3]; // volts : 3 half-ladders
};
#endif