Time
SCPI Command :
[SENSe]:DDEMod:TIME
- class TimeCls[source]
Time commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get() float [source]
# SCPI: [SENSe]:DDEMod:TIME value: float = driver.applications.k70Vsa.sense.ddemod.time.get()
The command determines the number of displayed symbols (result length) .
- return
result_length: numeric value Range: 10 to 64000, Unit: Sym
- set(result_length: float) None [source]
# SCPI: [SENSe]:DDEMod:TIME driver.applications.k70Vsa.sense.ddemod.time.set(result_length = 1.0)
The command determines the number of displayed symbols (result length) .
- param result_length
numeric value Range: 10 to 64000, Unit: Sym
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.applications.k70Vsa.sense.ddemod.time.clone()
Subgroups