pylab_ml.common.common.multistrcall

multistrcall(self, commandlist)[source]

Execute multiple commands given in a dictionary format, where keys are command strings and values are the corresponding values to use in the command.

Parameters:
  • commandlist (A dictionary where keys are command strings to execute and values are the corresponding values to use in the command.)

  • eg ({'smu.voltage': 5.3, 'smu.current': 0.001})

Returns

None.