Value
SCPI Command :
[SENSe]:DDEMod:RLENgth[:VALue]
- class ValueCls[source]
Value commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() float [source]
# SCPI: [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 [SENSe:]DDEMod:PRATe) .
- return
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 [SENSe:]DDEMod:RLENgth:SYMBols[:VALue] command. Unit: S
- set(record_length: float) None [source]
# SCPI: [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 [SENSe:]DDEMod:PRATe) .
- param 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 [SENSe:]DDEMod:RLENgth:SYMBols[:VALue] command. Unit: S