mirror of
				https://github.com/fairwaves/UHD-Fairwaves.git
				synced 2025-11-04 05:53:17 +00:00 
			
		
		
		
	host: Delay between DCDC setting and reading it back is not necessary when there is a PA installed.
This commit is contained in:
		@@ -698,9 +698,6 @@ double umtrx_impl::set_pa_power(double power, const std::string &which)
 | 
			
		||||
    set_nlow(true);
 | 
			
		||||
    set_pa_dcdc_r(dcdc_val);
 | 
			
		||||
 | 
			
		||||
    // Wait for the DCDC converter output to settle before we read it back
 | 
			
		||||
    boost::this_thread::sleep(boost::posix_time::milliseconds(100));
 | 
			
		||||
 | 
			
		||||
    // Check what power do we actually have by reading the DCDC voltage
 | 
			
		||||
    // and converting it to the PA power
 | 
			
		||||
    double v_actual = read_dc_v("DCOUT").to_real();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user