|
|
@ -32,7 +32,7 @@ struct plotab { |
|
|
/* note: This should correspond to SV_ defined in FTEconstant.h */ |
|
|
/* note: This should correspond to SV_ defined in FTEconstant.h */ |
|
|
struct type types[NUMTYPES] = { |
|
|
struct type types[NUMTYPES] = { |
|
|
{ "notype", NULL } , |
|
|
{ "notype", NULL } , |
|
|
{ "time", "S" } , |
|
|
|
|
|
|
|
|
{ "time", "s" } , |
|
|
{ "frequency", "Hz" } , |
|
|
{ "frequency", "Hz" } , |
|
|
{ "voltage", "V" } , |
|
|
{ "voltage", "V" } , |
|
|
{ "current", "A" } , |
|
|
{ "current", "A" } , |
|
|
|