Prate

SCPI Command :

[SENSe]:DDEMod:PRATe
class PrateCls[source]

Prate commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get() float[source]
# SCPI: [SENSe]:DDEMod:PRATe
value: float = driver.applications.k70Vsa.sense.ddemod.prate.get()

Defines the number of samples that are captured per symbol, i.e. the factor by which the symbol rate is multiplied to obtain the sample rate. This parameter also affects the demodulation bandwidth and thus the usable I/Q bandwidth. The sample rate depends on the defined ‘Symbol Rate’ (see ‘Sample rate, symbol rate and I/Q bandwidth’) .

return

capt_oversampling: | 2 | 4 | 8 | 16 | 32 | 64 | 128 The factor by which the symbol rate is multiplied to obtain the sample rate, e.g. 4 samples per symbol: sample rate = 4*symbol rate

set(capt_oversampling: float) None[source]
# SCPI: [SENSe]:DDEMod:PRATe
driver.applications.k70Vsa.sense.ddemod.prate.set(capt_oversampling = 1.0)

Defines the number of samples that are captured per symbol, i.e. the factor by which the symbol rate is multiplied to obtain the sample rate. This parameter also affects the demodulation bandwidth and thus the usable I/Q bandwidth. The sample rate depends on the defined ‘Symbol Rate’ (see ‘Sample rate, symbol rate and I/Q bandwidth’) .

param capt_oversampling
2 | 4 | 8 | 16 | 32 | 64 | 128 The factor by which the symbol rate is multiplied to obtain the sample rate, e.g. 4 samples per symbol: sample rate = 4*symbol rate