HV Ch1{{ config.mas_ch1_voltage|floatformat:0 }} V
HV Ch2{{ config.mas_ch2_voltage|floatformat:0 }} V
{% if has_slave %}
Slave
Version{{ config.slv_version }}
HV Ch3{{ config.slv_ch1_voltage|floatformat:0 }} V
HV Ch4{{ config.slv_ch2_voltage|floatformat:0 }} V
{% endif %}
Settings
Trigger
{% if has_slave and config.trig_low_signals == 3 and config.trig_high_signals == 2 and config.trig_and_or and config.trig_external == 0 %}
✓
{% elif not has_slave and config.trig_low_signals == 2 and config.trig_high_signals == 0 and not config.trig_and_or and config.trig_external == 0 %}
✓
{% else %}
✗
{% endif %}
Thresholds
{% if config.mas_ch1_thres_low == -30.21 and config.mas_ch1_thres_high == -70.11 and config.mas_ch2_thres_low == -30.21 and config.mas_ch2_thres_high == -70.11 and config.slv_ch1_thres_low == -30.21 and config.slv_ch1_thres_high == -70.11 and config.slv_ch2_thres_low == -30.21 and config.slv_ch2_thres_high == -70.11 %}
✓
{% else %}
✗
{% endif %}
Coincidence window
{% if config.precoinctime == 1.0 and config.coinctime == 1.5 and config.postcoinctime == 3.5 %}
✓
{% else %}
✗
{% endif %}