Value

SCPI Command :

[SENSe]:DDEMod:RLENgth[:VALue]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# [SENSe]:DDEMod:RLENgth[:VALue]
value: float = driver.applications.k70Vsa.sense.ddemod.rlength.value.get()

Defines or queries the capture length for further processing, e.g. for burst search. Note that the maximum capture length depends on the sample rate for signal capture (see method RsFsw.applications.k70Vsa.sense.ddemod.prate.set() ) .

Returns:

record_length: The capture length can be defined in time (seconds) or symbols (SYM) . The return value is always in time (s) . To query the capture length in symbols, use the method RsFsw.applications.k70Vsa.sense.ddemod.rlength.symbols.value.set() command. Unit: S

set(record_length: float) None[source]
# [SENSe]:DDEMod:RLENgth[:VALue]
driver.applications.k70Vsa.sense.ddemod.rlength.value.set(record_length = 1.0)

Defines or queries the capture length for further processing, e.g. for burst search. Note that the maximum capture length depends on the sample rate for signal capture (see method RsFsw.applications.k70Vsa.sense.ddemod.prate.set() ) .

Parameters:

record_length – The capture length can be defined in time (seconds) or symbols (SYM) . The return value is always in time (s) . To query the capture length in symbols, use the method RsFsw.applications.k70Vsa.sense.ddemod.rlength.symbols.value.set() command. Unit: S