Home
last modified time | relevance | path

Searched refs:tx_cmd_separator (Results 1 – 4 of 4) sorted by relevance

/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/
D_tnhelper.py39 def __init__(self, tx_cmd_separator='\n', rx_cmd_separator='\n', argument
45 self.tx_cmd_separator = tx_cmd_separator
110 cmd_str.strip(self.tx_cmd_separator)
112 self._tn.write(_ascii_string(cmd_str + self.tx_cmd_separator))
130 self.tx_cmd_separator + self.rx_cmd_separator + self.prompt)
/tools/test/connectivity/acts/framework/acts/controllers/pdu_lib/synaccess/
Dnp02b.py135 self.tx_cmd_separator = '\n\r'
157 cmd_str.strip(self.tx_cmd_separator)
162 self._tn.write(utils.ascii_string(cmd_str + self.tx_cmd_separator))
172 res = res.replace(self.tx_cmd_separator, '')
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/aeroflex/
Dtelnet.py37 self._tnhelper = _tnhelper._TNHelper(tx_cmd_separator='\r\n',
/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/minicircuits/
Dtelnet.py42 self._tnhelper = _tnhelper._TNHelper(tx_cmd_separator='\r\n',