Iterations
SCPI Command :
[SOURce<HW>]:IQ:DPD:OUTPut:ITERations:MAX
- class IterationsCls[source]
- Iterations commands group definition. 1 total commands, 0 Subgroups, 1 group commands - get_max() int[source]
- # SCPI: [SOURce<HW>]:IQ:DPD:OUTPut:ITERations:MAX value: int = driver.source.iq.dpd.output.iterations.get_max() - Sets the maximum number of performed iterations to achieving the required error set with [:SOURce<hw>]:IQ:DPD:OUTPut:ERRor:MAX. - return
- max_iterations: integer Range: 1 to 10 
 
 - set_max(max_iterations: int) None[source]
- # SCPI: [SOURce<HW>]:IQ:DPD:OUTPut:ITERations:MAX driver.source.iq.dpd.output.iterations.set_max(max_iterations = 1) - Sets the maximum number of performed iterations to achieving the required error set with [:SOURce<hw>]:IQ:DPD:OUTPut:ERRor:MAX. - param max_iterations
- integer Range: 1 to 10