@@ -80,6 +80,7 class RCConfiguration(Configuration): | |||||
80 | time_before = models.PositiveIntegerField(verbose_name='Time before [μS]', default=12) |
|
80 | time_before = models.PositiveIntegerField(verbose_name='Time before [μS]', default=12) | |
81 | time_after = models.PositiveIntegerField(verbose_name='Time after [μS]', default=1) |
|
81 | time_after = models.PositiveIntegerField(verbose_name='Time after [μS]', default=1) | |
82 | sync = models.PositiveIntegerField(verbose_name='Synchro delay', default=0) |
|
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 | sampling_reference = models.CharField(verbose_name='Sampling Reference', choices=SAMPLING_REFS, default='none', max_length=40) |
|
84 | sampling_reference = models.CharField(verbose_name='Sampling Reference', choices=SAMPLING_REFS, default='none', max_length=40) | |
84 | control_tx = models.BooleanField(verbose_name='Control Switch TX', default=False) |
|
85 | control_tx = models.BooleanField(verbose_name='Control Switch TX', default=False) | |
85 | control_sw = models.BooleanField(verbose_name='Control Switch SW', default=False) |
|
86 | control_sw = models.BooleanField(verbose_name='Control Switch SW', default=False) | |
@@ -267,7 +268,6 class RCConfiguration(Configuration): | |||||
267 | #print(dum) |
|
268 | #print(dum) | |
268 | states.append(dum) |
|
269 | states.append(dum) | |
269 | last = dum |
|
270 | last = dum | |
270 | print("Finish loading") |
|
|||
271 | ######################################################################### |
|
271 | ######################################################################### | |
272 |
|
272 | |||
273 | if binary: |
|
273 | if binary: |
General Comments 0
You need to be logged in to leave comments.
Login now