Home
last modified time | relevance | path

Searched refs:SCPI_PORT (Results 1 – 5 of 5) sorted by relevance

/external/autotest/server/cros/network/rf_switch/
Drf_switch_ssh_tunnel.py44 port=scpi_ssh_tunnel.ScpiSshTunnel.SCPI_PORT,
75 port=scpi.Scpi.SCPI_PORT,
Dscpi.py40 SCPI_PORT = 5025 variable in Scpi
48 def __init__(self, host, port=SCPI_PORT):
Drf_switch.py59 def __init__(self, host, port=scpi.Scpi.SCPI_PORT):
332 def RfSwitchSession(host, port=scpi.Scpi.SCPI_PORT):
Drf_mocks.py60 self.socket.connect(host, scpi.Scpi.SCPI_PORT)
Dscpi_ssh_tunnel.py52 port=scpi.Scpi.SCPI_PORT,