Value
SCPI Command :
[SENSe]:DDEMod:RLENgth:SYMBols[:VALue]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# [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 method
RsFsw.applications.k70Vsa.sense.ddemod.prate.set()) . The maximum record length (in symbols) can be calculated as: RecordlengthMAX = 460000000/ <points per symbol>- Returns:
record_length: Unit: SYM
- set(record_length: float) None[source]
# [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 method
RsFsw.applications.k70Vsa.sense.ddemod.prate.set()) . The maximum record length (in symbols) can be calculated as: RecordlengthMAX = 460000000/ <points per symbol>- Parameters:
record_length – Unit: SYM