Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/
Dcmw500.py871 def dci_format(self): member in BaseStation
876 @dci_format.setter
877 def dci_format(self, dci_format): argument
883 if not isinstance(dci_format, DciFormat):
887 self._bts, dci_format)
Dcmx500.py502 def dci_format(self): member in BaseStation
506 @dci_format.setter
507 def dci_format(self, dci_format): argument