# TODO: add sampling_interval -> impact on _hw.rx.sampling_rate (store the current value, change the _hw.rx.sampling_rate, do the measurement, reset the sampling_rate to the previous value)
# TODO: add sampling_interval -> impact on _hw.rx.sampling_rate (store the current value, change the _hw.rx.sampling_rate, do the measurement, reset the sampling_rate to the previous value)
# TODO: default value of tx_volt and other parameters set to None should be given in config.py and used in function definition
# TODO: default value of tx_volt and other parameters set to None should be given in config.py and used in function definition
# TODO: add rs_check option (or propose an other way to do this)
# TODO: add rs_check option (or propose an other way to do this)
tx_volt=self._hw._compute_tx_volt(tx_volt=tx_volt,strategy=strategy,vmn_max=vmn_max)# TODO: use tx_volt and vmn_max instead of hardcoded values
tx_volt=self._hw._compute_tx_volt(tx_volt=tx_volt,strategy=strategy,vmn_max=vmn_max,vab_max=vab_max,iab_max=iab_max)# TODO: use tx_volt and vmn_max instead of hardcoded values