Count
SCPI Command :
CONFigure:DDPD:COUNt
- Commands in total: 2Subgroups: 1Direct child commands: 1
- get() float[source]
# CONFigure:DDPD:COUNt value: float = driver.applications.k18AmplifierEt.configure.ddpd.count.get()
This command defines the number of iterations in a direct DPD sequence. Prerequisites for this command
Turn on direct DPD (method
RsFsw.applications.k18AmplifierEt.configure.ddpd.state.set()) .
- Returns:
count: numeric value (integer only) Range: 1 to 1000
- set(count: float) None[source]
# CONFigure:DDPD:COUNt driver.applications.k18AmplifierEt.configure.ddpd.count.set(count = 1.0)
This command defines the number of iterations in a direct DPD sequence. Prerequisites for this command
Turn on direct DPD (method
RsFsw.applications.k18AmplifierEt.configure.ddpd.state.set()) .
- Parameters:
count – numeric value (integer only) Range: 1 to 1000
Cloning the Group
# Create a copy of the original group, that exists independently
count_copy = driver.applications.k18AmplifierEt.configure.ddpd.count.clone()
Subgroups