Revert "Remove newline"
This reverts commit c4b53c4ff85dfb0b6d27ebf18398a23579f8a709.
This commit is contained in:
parent
ebb6ebd274
commit
05f7d486af
@ -21,7 +21,7 @@ class DC2200(LedControlDevice):
|
||||
presence = self.instr.query('OUTPut:TERMinal2:TEST:STATus?')
|
||||
# Led name, format:
|
||||
# "<vendor_name_string>,<led_head_model_name_string >, < led_head_serial_no_string >, < fw_version_major_num >, < fw_version_minor_num >, < fw_version_subminor_num > "
|
||||
self.led_name = self.instr.query('SYSTem:TERMinal2:HTYPe?').strip("\n")
|
||||
self.led_name = self.instr.query('SYSTem:TERMinal2:HTYPe?')
|
||||
# constant brightness
|
||||
self.instr.write('SOURCE1:MODE CB')
|
||||
# turn off
|
||||
|
Loading…
x
Reference in New Issue
Block a user