def __init__(self, devices, state, **settings): Base.__init__(self, devices, state, **settings) ParserMixin.__init__(self, command='open_project', args={'filename': None}) CommandMixin.__init__(self) ProjectMixin.__init__(self)
def __init__(self, devices, state, **settings): Base.__init__(self, devices, state, **settings) ParserMixin.__init__(self, command='measurement_step_image?', args={'index': int}) CommandMixin.__init__(self) ProjectMixin.__init__(self)
def __init__(self, devices, state, **settings): Base.__init__(self, devices, state, **settings) ParserMixin.__init__(self, command='connect_to_vna', args={'address': None}) CommandMixin.__init__(self) VnaMixin.__init__(self)
def __init__(self, devices, state, **settings): Base.__init__(self, devices, state, **settings) ParserMixin.__init__(self, command='calibration_step?', args={'index': int}) CommandMixin.__init__(self) ProjectMixin.__init__(self) VnaMixin.__init__(self)
def __init__(self, devices, state, **settings): Base.__init__(self, devices, state, **settings) ParserMixin.__init__(self, command='perform_measurement_step?', args={'index': int}) CommandMixin.__init__(self) ProjectMixin.__init__(self) VnaMixin.__init__(self) SetupMixin.__init__(self)
def __init__(self, devices, state, **settings): Base.__init__(self, devices, state, **settings) ProjectMixin.__init__(self) if 'filename' in self.settings: filename = self.settings['filename'] self.open_permanently(filename)
def __init__(self, devices, state, **settings): Base.__init__(self, devices, state, **settings) ParserMixin.__init__(self, command='is_project_open?') CommandMixin.__init__(self) ProjectMixin.__init__(self)
def __init__(self, devices, state, **settings): Base.__init__(self, devices, state, **settings) ParserMixin.__init__(self, command='save_measurements') CommandMixin.__init__(self) ProjectMixin.__init__(self) VnaMixin.__init__(self)
def __init__(self, devices, state, **settings): Base.__init__(self, devices, state, **settings) ParserMixin.__init__(self, command='disconnect_from_vna') CommandMixin.__init__(self) VnaMixin.__init__(self)
def __init__(self, devices, state, **settings): Base.__init__(self, devices, state, **settings) ParserMixin.__init__(self, command='measurement_steps?') CommandMixin.__init__(self) ProjectMixin.__init__(self)
def __init__(self, devices, state, **settings): Base.__init__(self, devices, state, **settings) ParserMixin.__init__(self, command='cal_groups?') CommandMixin.__init__(self) VnaMixin.__init__(self)