Time

SCPI Command :

[SENSe]:DDEMod:TIME
Commands in total: 2
Subgroups: 1
Direct child commands: 1
get() float[source]
# [SENSe]:DDEMod:TIME
value: float = driver.applications.k70Vsa.sense.ddemod.time.get()

The command determines the number of displayed symbols (result length) .

Returns:

result_length: numeric value Range: 10 to 64000, Unit: Sym

set(result_length: float) None[source]
# [SENSe]:DDEMod:TIME
driver.applications.k70Vsa.sense.ddemod.time.set(result_length = 1.0)

The command determines the number of displayed symbols (result length) .

Parameters:

result_length – numeric value Range: 10 to 64000, Unit: Sym

Cloning the Group

# Create a copy of the original group, that exists independently
time_copy = driver.applications.k70Vsa.sense.ddemod.time.clone()

Subgroups