@@ -420,7 +420,7 @@ def SetMeasurementSetup(self, setup: EitMeasurementSetup):
420420
421421 # Single ended mode as standard setup, if else configured, skip patterns are possible:
422422 self .update_measurement_mode (setup .mea_mode , boundary = setup .mea_mode_boundary )
423- #self.write_command_string(bytearray([0xB0, 0x03, 0x08, 0x01, 0x01, 0xB0]))
423+ # self.write_command_string(bytearray([0xB0, 0x03, 0x08, 0x01, 0x01, 0xB0]))
424424
425425 # Excitation switch type:
426426 self .write_command_string (bytearray ([0xB0 , 0x02 , 0x0C , 0x01 , 0xB0 ]))
@@ -641,7 +641,7 @@ def StartStopMeasurement(
641641 timeout ,
642642 bSaveData = bSaveData ,
643643 bDeleteDataFrame = bDeleteData ,
644- sSavePath = sCurrentPath
644+ sSavePath = sCurrentPath ,
645645 )
646646 else :
647647 if self .setup .burst_count == 0 :
@@ -650,7 +650,7 @@ def StartStopMeasurement(
650650 self .cMessageParser .read_usb_till_timeout (
651651 bSaveData = bSaveData ,
652652 bDeleteDataFrame = bDeleteData ,
653- sSavePath = sCurrentPath
653+ sSavePath = sCurrentPath ,
654654 )
655655
656656 # Stop measurement
0 commit comments