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

  /tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/aeroflex/
telnet.py 33 class AttenuatorInstrument(attenuator.AttenuatorInstrument):
36 super(AttenuatorInstrument, self).__init__(num_atten)
44 r"""Opens a telnet connection to the desired AttenuatorInstrument and queries basic
71 AttenuatorInstrument.
76 True if there is a successfully open connection to the AttenuatorInstrument
82 r"""Closes a telnet connection to the desired AttenuatorInstrument.
  /tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/minicircuits/
telnet.py 32 class AttenuatorInstrument(attenuator.AttenuatorInstrument):
33 r"""This provides a specific telnet-controlled implementation of AttenuatorInstrument for
37 AttenuatorInstrument class. Because telnet is a stateful protocol, the functionality of
38 AttenuatorInstrument is contingent upon a telnet connection being established.
42 super(AttenuatorInstrument, self).__init__(num_atten)
52 r"""Opens a telnet connection to the desired AttenuatorInstrument and queries basic
77 AttenuatorInstrument.
82 True if there is a successfully open connection to the AttenuatorInstrument
88 r"""Closes a telnet connection to the desired AttenuatorInstrument
    [all...]
  /test/vts/utils/python/controllers/
attenuator.py 36 attn_inst = module.AttenuatorInstrument(inst_cnt)
88 class AttenuatorInstrument():
92 The AttenuatorInstrument class is designed to provide a simple low-level interface for
95 AttenuatorInstrument.__init__ in their constructors. Outside of setup/teardown,
118 Returns a newly constructed AttenuatorInstrument
121 if type(self) is AttenuatorInstrument:
126 self.max_atten = AttenuatorInstrument.INVALID_MAX_ATTEN
179 instrument : Reference to an AttenuatorInstrument on which the Attenuator resides
188 Requires a valid AttenuatorInstrument to be passed in.
190 The index of the attenuator in the AttenuatorInstrument must be within the valid range
    [all...]
  /tools/test/connectivity/acts/framework/acts/controllers/
attenuator.py 36 attn_inst = module.AttenuatorInstrument(inst_cnt)
88 class AttenuatorInstrument(object):
92 The AttenuatorInstrument class is designed to provide a simple low-level interface for
95 AttenuatorInstrument.__init__ in their constructors. Outside of setup/teardown,
118 Returns a newly constructed AttenuatorInstrument
121 if type(self) is AttenuatorInstrument:
126 self.max_atten = AttenuatorInstrument.INVALID_MAX_ATTEN
179 instrument : Reference to an AttenuatorInstrument on which the Attenuator resides
188 Requires a valid AttenuatorInstrument to be passed in.
190 The index of the attenuator in the AttenuatorInstrument must be within the valid range
    [all...]
  /test/vts/utils/python/controllers/attenuator_lib/aeroflex/
telnet.py 30 class AttenuatorInstrument(attenuator.AttenuatorInstrument):
40 r"""Opens a telnet connection to the desired AttenuatorInstrument and queries basic
67 AttenuatorInstrument.
72 True if there is a successfully open connection to the AttenuatorInstrument
78 r"""Closes a telnet connection to the desired AttenuatorInstrument.
  /test/vts/utils/python/controllers/attenuator_lib/minicircuits/
telnet.py 30 class AttenuatorInstrument(attenuator.AttenuatorInstrument):
31 r"""This provides a specific telnet-controlled implementation of AttenuatorInstrument for
35 AttenuatorInstrument class. Because telnet is a stateful protocol, the functionality of
36 AttenuatorInstrument is contingent upon a telnet connection being established.
50 r"""Opens a telnet connection to the desired AttenuatorInstrument and queries basic
76 AttenuatorInstrument.
81 True if there is a successfully open connection to the AttenuatorInstrument
87 r"""Closes a telnet connection to the desired AttenuatorInstrument.

Completed in 156 milliseconds