Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/
Dcmw500.py280 def switch_scc_state(self, scc_index, state): argument
287 cmd = 'CALL:LTE:SIGN:SCC{}:ACTion {}'.format(scc_index, state.value)
289 self.wait_for_scc_state(scc_index, [state])
291 def wait_for_scc_state(self, scc_index, allowed, timeout=120): argument
300 'FETCh:LTE:SIGN:SCC{}:STATe?'.format(scc_index),