Count
SCPI Command :
CONFigure:DDPD:COUNt
- class CountCls[source]
Count commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get() float [source]
# SCPI: CONFigure:DDPD:COUNt value: float = driver.applications.k18AmplifierEt.configure.ddpd.count.get()
- This command defines the number of iterations in a direct DPD sequence.
INTRO_CMD_HELP: Prerequisites for this command
Turn on direct DPD (method RsFsw.Applications.K18_AmplifierEt.Configure.Ddpd.State.set) .
- return
count: numeric value (integer only) Range: 1 to 1000
- set(count: float) None [source]
# SCPI: 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.
INTRO_CMD_HELP: Prerequisites for this command
Turn on direct DPD (method RsFsw.Applications.K18_AmplifierEt.Configure.Ddpd.State.set) .
- param count
numeric value (integer only) Range: 1 to 1000
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.applications.k18AmplifierEt.configure.ddpd.count.clone()
Subgroups