Home | History | Annotate | Download | only in controllers

Lines Matching refs:serialno

75     def __init__(self, device=None, serialno=None, wait=1):
80 Monsoon can be specified with "serialno" (using the number printed on
88 self.serial = serialno
127 elif serialno and status["serialNumber"] != serialno:
648 self.mon = MonsoonProxy(serialno=serial, device=device)