Actual DMT fix

This commit is contained in:
Glenwing 2018-04-24 23:07:05 -07:00
parent 18314a2b79
commit e23dc5c0d7

View File

@ -1410,6 +1410,10 @@ function DMT() {
Timing = CVT_R(2);
Timing['ID'] = DMT_List[i]['ID'];
}
else if (DMT_List[i]['STD'] == 'CTA') {
Timing = CTA();
Timing['ID'] = DMT_List[i]['ID'];
}
else {
Timing = {
'V_FP': parseFloat(DMT_List[i]['V_FP']),