Index: tests/test_conductivity.py =================================================================== diff -u -rca1fa9e8e59b58ef6dbfa90d7670a0c6aa1565c9 -rda38ea23e487b717e2671fdfc06af915dfc17929 --- tests/test_conductivity.py (.../test_conductivity.py) (revision ca1fa9e8e59b58ef6dbfa90d7670a0c6aa1565c9) +++ tests/test_conductivity.py (.../test_conductivity.py) (revision da38ea23e487b717e2671fdfc06af915dfc17929) @@ -49,6 +49,7 @@ # DG Op modes dg_mode = dg.get_operation_mode() + dg_sub_mode = dg.dg_operation_sub_mode() # flows fmp = dg.ro_pump.get_measured_flow_rate() @@ -72,6 +73,7 @@ lc_b2 = dg.load_cells.load_cell_B2 data_string = f'DG Mode, {dg_mode}, ' \ + f'DG SubMode, {dg_sub_mode}, ' \ f'CPi, {cpi:.4f}, ' \ f'CPo, {cpo:.4f}, ' \ f'CD1, {cd1:.4f}, ' \