You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
211 B
Python

from protocols.Intertek_RemoteSocket import Intertek_RemoteSocket
intertek = Intertek_RemoteSocket(2e6)
output = intertek.generateSamples(7, 3, True)
with open('output.complex', 'wb') as f:
output.tofile(f)