##// END OF EJS Templates
update rc/models.py to last version:...
jrojas -
r418:d19764ba5024 ver_3Julio
parent child
Show More
@@ -80,6 +80,7 class RCConfiguration(Configuration):
80 80 time_before = models.PositiveIntegerField(verbose_name='Time before [μS]', default=12)
81 81 time_after = models.PositiveIntegerField(verbose_name='Time after [μS]', default=1)
82 82 sync = models.PositiveIntegerField(verbose_name='Synchro delay', default=0)
83 ch_monitor = models.PositiveIntegerField(verbose_name='Channel Monitor', validators=[MinValueValidator(0), MaxValueValidator(15)], default=6)
83 84 sampling_reference = models.CharField(verbose_name='Sampling Reference', choices=SAMPLING_REFS, default='none', max_length=40)
84 85 control_tx = models.BooleanField(verbose_name='Control Switch TX', default=False)
85 86 control_sw = models.BooleanField(verbose_name='Control Switch SW', default=False)
@@ -267,7 +268,6 class RCConfiguration(Configuration):
267 268 #print(dum)
268 269 states.append(dum)
269 270 last = dum
270 print("Finish loading")
271 271 #########################################################################
272 272
273 273 if binary:
General Comments 0
You need to be logged in to leave comments. Login now