sendPhases can now accept ordered phases and reorder them to FPGA order if permuteToFPGAOrder is set. Also, if a phase value in the array is NaN the corresponding transducer is deactivated, allowing to use only a subset of the transducers.
Individual transducers can be (de)activated with switchTransducerOnOrOff.
sendPhases
can now accept ordered phases and reorder them to FPGA order ifpermuteToFPGAOrder
is set. Also, if a phase value in the array is NaN the corresponding transducer is deactivated, allowing to use only a subset of the transducers.switchTransducerOnOrOff
.