예제 #1
0
 def __init__(self, host_device, port=7147):
     KatcpClientFpga.__init__(self, host_device, port)
     LOGGER.info('New Digitiser created - %s', str(self))
예제 #2
0
 def __init__(self, host, katcp_port=7147, boffile=None, connect=False):
     Host.__init__(self, host, katcp_port)
     KatcpClientFpga.__init__(self, host, katcp_port, connect=connect)
     self.boffile = boffile