Commit d465ff21 authored by Guillaume Blanchy's avatar Guillaume Blanchy
Browse files

Import create_sequence()

Showing with 2 additions and 3 deletions
+2 -3
......@@ -163,7 +163,7 @@ class Tx(Tx_mb_2023):
self.exec_logger.event(f'{self.model}\ttx_pwr_state_off\tend\t{datetime.datetime.utcnow()}')
def current_pulse(self, current=None, length=None, polarity=1):
""" Generates a square current pulse. Currenttly no DPS can handle this...
""" Generates a square current pulse. Currently no DPS can handle this...
Parameters
----------
......
......@@ -37,8 +37,7 @@ except ModuleNotFoundError:
sys.exit(-1)
from ohmpi.config import MQTT_CONTROL_CONFIG, OHMPI_CONFIG, EXEC_LOGGING_CONFIG
from ohmpi.hardware_system import OhmPiHardware
from ohmpi.sequence import (dpdp1, dpdp2, wenner_alpha, wenner_beta, wenner,
wenner_gamma, schlum1, schlum2, multigrad)
from ohmpi.sequence import create_sequence
from tqdm.auto import tqdm
import warnings
......
Supports Markdown
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