OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:scpi
(Results
1 - 7
of
7
) sorted by null
/external/autotest/client/cros/cellular/
base_station_8960_test_noautorun.py
8
from autotest_lib.client.cros.cellular import
scpi
namespace
25
scpi_device =
scpi
.
Scpi
(
scpi_shell
6
"""Interact with a
SCPI
device, checking for errors each time."""
11
import
scpi
namespace
26
s =
scpi
.
Scpi
(driver)
31
line = raw_input('
scpi
> ').rstrip()
scpi.py
18
debugging new
SCPI
interactions.
25
def __init__(self,
scpi
):
27
self.
scpi
=
scpi
34
errors = self.
scpi
._WaitAndFetchErrors(
42
self.
scpi
._WaitAndFetchErrors()
46
class
Scpi
(object):
47
"""Wrapper for
SCPI
.
49
SCPI
= "standard commands for programmable instruments",
52
The
SCPI
driver must export: Query, Send, Reset and Clos
[
all
...]
base_station_pxt_test_noautorun.py
6
import
scpi
namespace
32
scpi_device =
scpi
.
Scpi
(
emulator_config.py
13
from autotest_lib.client.cros.cellular import prologix_scpi_driver,
scpi
namespace
27
s =
scpi
.
Scpi
(
prologix_scpi_driver_test_noautorun.py
10
import
scpi
namespace
128
"Should have raised a Instrument Timeout on a bad
SCPI
command"
179
self.scpi_connection =
scpi
.
Scpi
(driver)
cell_tools_test_on_chromebook.py
22
import
scpi
namespace
Completed in 77 milliseconds