Prate
SCPI Command :
[SENSe]:DDEMod:PRATe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() float[source]
# [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’) .
- Returns:
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]
# [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’) .
- Parameters:
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