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

  /external/autotest/client/cros/cellular/
prologix_scpi_driver.py 32 def __init__(self, hostname, port=1234, gpib_address=14,
38 gpib_address: initial GPIB device to connect to
45 s = 'IP:%s GPIB:%s: ' % (hostname, gpib_address)
63 self.SetGpibAddress(gpib_address)
99 def SetGpibAddress(self, gpib_address):
103 self.Send('++addr %s' % gpib_address)
106 if int(read_back_value) == int(gpib_address):
112 (gpib_address, read_back_value))
base_station_8960_test_noautorun.py 29 gpib_address=adapter['gpib_address'],
base_station_pxt_test_noautorun.py 36 gpib_address=adapter['gpib_address'],
prologix_scpi_driver_test_noautorun.py 82 gpib_address=s['gpib_addr'],
177 gpib_address=gpib_addr,
emulator_config.py 31 gpib_address=adapter['gpib_address']),

Completed in 433 milliseconds