OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Attenuator
(Results
1 - 4
of
4
) sorted by null
/test/vts/utils/python/controllers/
attenuator.py
20
VTS_CONTROLLER_CONFIG_NAME = "
Attenuator
"
41
attn =
Attenuator
(attn_inst, idx=i)
46
logger.error("No path specified for
attenuator
%d." % i)
65
r"""This is the Exception class defined for all errors generated by
Attenuator
-related modules.
74
When this exception is seen, closing an re-opening the link to the
attenuator
instrument is
89
r"""This is a base class that defines the primitive behavior of all
attenuator
93
accessing any step
attenuator
instrument comprised of one or more attenuators and a
102
r"""This is the Constructor for
Attenuator
Instrument.
130
r"""This function sets the attenuation of an
attenuator
given its index in the instrument.
134
idx : This zero-based index is the identifier for a particular
attenuator
in a
[
all
...]
/tools/test/connectivity/acts/framework/acts/controllers/
attenuator.py
22
ACTS_CONTROLLER_CONFIG_NAME = "
Attenuator
"
41
attn =
Attenuator
(attn_inst, idx=i)
46
logging.error("No path specified for
attenuator
%d.", i)
65
r"""This is the Exception class defined for all errors generated by
Attenuator
-related modules.
74
When this exception is seen, closing an re-opening the link to the
attenuator
instrument is
89
r"""This is a base class that defines the primitive behavior of all
attenuator
93
accessing any step
attenuator
instrument comprised of one or more attenuators and a
102
r"""This is the Constructor for
Attenuator
Instrument.
130
r"""This function sets the attenuation of an
attenuator
given its index in the instrument.
134
idx : This zero-based index is the identifier for a particular
attenuator
in a
[
all
...]
/external/autotest/server/site_tests/network_WiFi_SSIDMultiSwitchBack/
network_WiFi_SSIDMultiSwitchBack.py
30
|
attenuator
.cros [Port0]-[
attenuator
] |
31
| [Port1]----- | ----[
attenuator
]
51
This arrangement ensures that the
attenuator
port numbers are assigned to
91
self.context.
attenuator
.set_variable_attenuation_on_port(
93
site_attenuator.
Attenuator
.MAX_VARIABLE_ATTENUATION)
/external/autotest/server/site_tests/network_WiFi_RoamOnLowPower/
network_WiFi_RoamOnLowPower.py
201
|
attenuator
.cros [Port0]-[
attenuator
] |
202
| [Port1]----- | ----[
attenuator
]
222
This arrangement ensures that the
attenuator
port numbers are assigned to
365
# Adds a clear margin to
attenuator
levels to make sure that we
429
# Keep attenuation values below the
attenuator
's maximum.
430
if attenuation_db > (site_attenuator.
Attenuator
.
432
attenuation_db = (site_attenuator.
Attenuator
.
435
self.context.
attenuator
.set_variable_attenuation_on_port(
437
if attenuation_db >= (site_attenuator.
Attenuator
[
all
...]
Completed in 90 milliseconds