Iterations
SCPI Command :
[SOURce<HW>]:IQ:DPD:OUTPut:ITERations:MAX
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_max() int[source]
# [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 method
RsSmw.source.iq.dpd.output.error.max().- Returns:
max_iterations: integer Range: 1 to 10
- set_max(max_iterations: int) None[source]
# [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 method
RsSmw.source.iq.dpd.output.error.max().- Parameters:
max_iterations – integer Range: 1 to 10