I wanted to know the difference between the following two functions. I am trying to multiple data captures turning on and off various TXs. I have a feeling that one power up/down the TX while the other enable/disable the outputs.
ar1.ChanNAdcConfig_mult(dev_list[i],Tx1[i],Tx2[i],Tx3[i],Rx1,Rx2,Rx3,Rx4[i],nbits,data_format,IQ_swap,cascade_mode_list[i])
vs.
ar1.ChirpConfig_mult(dev_list[i],0, 0, 0, 0, 0, 0, 0,Tx1_Enable[i],Tx2_Enable[i],Tx3_Enable[i])
Thanks in advance.
Gabriel