Ejemplo n.º 1
0
    def init_daq_control_parameters(self):
        cp.s_transition, cp.s_state, cp.s_cfgtype, cp.s_recording, _platform = daq_control_get_status(
        )

        #cp.instr = self.expname[:3].upper()
        cp.instr = daq_control_get_instrument()

        print('XXXXXX daq_control_get_instrument(): %s' % cp.instr)

        if cp.instr is None: cp.instr = 'TST'
Ejemplo n.º 2
0
 def init_daq_control_parameters(self):
     cp.s_transition, cp.s_state, cp.s_cfgtype, cp.s_recording, _platform, \
         cp.s_bypass_activedet, cp.s_experiment_name, cp.s_run_number, cp.s_last_run_number = daq_control_get_status()
     cp.instr = daq_control_get_instrument()
     logger.debug('daq_control_get_instrument(): %s' % cp.instr)
     if cp.instr is None: logger.warning('instrument is None')
Ejemplo n.º 3
0
 def init_daq_control_parameters(self):
     cp.s_transition, cp.s_state, cp.s_cfgtype, cp.s_recording, _platform = daq_control_get_status(
     )
     cp.instr = daq_control_get_instrument()
     logger.debug('daq_control_get_instrument(): %s' % cp.instr)
     if cp.instr is None: logger.warning('instrument is None')