HomeSort by relevance Sort by last modified time
    Searched refs:num_atten (Results 1 - 6 of 6) sorted by null

  /tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/minicircuits/
telnet.py 41 def __init__(self, num_atten=0):
42 super(AttenuatorInstrument, self).__init__(num_atten)
64 if self.num_atten == 0:
65 self.num_atten = 1
120 if idx >= self.num_atten:
121 raise IndexError("Attenuator index out of range!", self.num_atten, idx)
150 if idx >= self.num_atten or idx < 0:
151 raise IndexError("Attenuator index out of range!", self.num_atten, idx)
  /test/vts/utils/python/controllers/attenuator_lib/aeroflex/
telnet.py 31 def __init__(self, num_atten=0):
32 super().__init__(num_atten)
54 if self.num_atten == 0:
55 self.num_atten = int(self._tnhelper.cmd("RFCONFIG? CHAN"))
110 if idx >= self.num_atten:
111 raise IndexError("Attenuator index out of range!", self.num_atten,
142 # if idx >= self.num_atten:
143 # raise IndexError("Attenuator index out of range!", self.num_atten, idx)
  /test/vts/utils/python/controllers/attenuator_lib/minicircuits/
telnet.py 39 def __init__(self, num_atten=0):
40 super().__init__(num_atten)
62 if self.num_atten == 0:
63 self.num_atten = 1
119 if idx >= self.num_atten:
120 raise IndexError("Attenuator index out of range!", self.num_atten,
  /tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/aeroflex/
telnet.py 35 def __init__(self, num_atten=0):
36 super(AttenuatorInstrument, self).__init__(num_atten)
58 if self.num_atten == 0:
59 self.num_atten = int(self._tnhelper.cmd("RFCONFIG? CHAN"))
115 if idx >= self.num_atten:
116 raise IndexError("Attenuator index out of range!", self.num_atten, idx)
145 # if idx >= self.num_atten:
146 # raise IndexError("Attenuator index out of range!", self.num_atten, idx)
  /test/vts/utils/python/controllers/
attenuator.py 101 def __init__(self, num_atten=0):
106 num_atten : This optional parameter is the number of attenuators contained within the
125 self.num_atten = num_atten
204 if (self.idx >= instrument.num_atten):
  /tools/test/connectivity/acts/framework/acts/controllers/
attenuator.py 101 def __init__(self, num_atten=0):
106 num_atten : This optional parameter is the number of attenuators contained within the
125 self.num_atten = num_atten
204 if (self.idx >= instrument.num_atten):

Completed in 236 milliseconds