I added to rqpy.sim.TrigSim a couple of features/changes:
The trigger time is now returned by TrigSim.trigger
renamed some attributes to create less confusion
made fir_bits_out and fir_discard_msbs optional arguments, as they may change depending on how the trigger was set up
I also added the ability to pass templates and psds to rqpy.process.SetupRQ as numpy.ndarray type variables. This change is also backwards compatible, so the old way of uploading lists will still work.
I added to
rqpy.sim.TrigSim
a couple of features/changes:TrigSim.trigger
I also added the ability to pass
templates
andpsds
torqpy.process.SetupRQ
asnumpy.ndarray
type variables. This change is also backwards compatible, so the old way of uploading lists will still work.