Commit 3499bbe7 authored by Andrey Filippov's avatar Andrey Filippov

added output message

parent a57f234a
...@@ -1416,6 +1416,8 @@ class X393SensCmprs(object): ...@@ -1416,6 +1416,8 @@ class X393SensCmprs(object):
self.x393_sensor.program_curves( self.x393_sensor.program_curves(
num_sensor = num_sensor, #num_sensor, # input [1:0] num_sensor; num_sensor = num_sensor, #num_sensor, # input [1:0] num_sensor;
sub_channel = 0) # input [1:0] sub_channel; sub_channel = 0) # input [1:0] sub_channel;
if verbose >0 :
print ("===================== SETUP_SENSOR_CHANNEL =========================")
rslt = self.setup_sensor_channel ( rslt = self.setup_sensor_channel (
exit_step = exit_step, # 10 .. 19 exit_step = exit_step, # 10 .. 19
num_sensor = num_sensor, num_sensor = num_sensor,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment