Value
SCPI Command :
[SENSe]:DDEMod:RLENgth:SYMBols[:VALue]
- class ValueCls[source]
Value commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() float [source]
# SCPI: [SENSe]:DDEMod:RLENgth:SYMBols[:VALue] value: float = driver.applications.k70Vsa.sense.ddemod.rlength.symbols.value.get()
Defines the capture length for further processing, e.g. for burst search, in symbols. Note that the maximum record length depends on the sample rate for signal capture (see [SENSe:]DDEMod:PRATe) . The maximum record length (in symbols) can be calculated as: RecordlengthMAX = 460000000/ <points per symbol>
- return
record_length: Unit: SYM
- set(record_length: float) None [source]
# SCPI: [SENSe]:DDEMod:RLENgth:SYMBols[:VALue] driver.applications.k70Vsa.sense.ddemod.rlength.symbols.value.set(record_length = 1.0)
Defines the capture length for further processing, e.g. for burst search, in symbols. Note that the maximum record length depends on the sample rate for signal capture (see [SENSe:]DDEMod:PRATe) . The maximum record length (in symbols) can be calculated as: RecordlengthMAX = 460000000/ <points per symbol>
- param record_length
Unit: SYM