Searched refs:scc_index (Results 1 – 1 of 1) sorted by relevance
280 def switch_scc_state(self, scc_index, state): argument287 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): argument300 'FETCh:LTE:SIGN:SCC{}:STATe?'.format(scc_index),