SymbolRate

SCPI Command :

[SENSe]:DDEMod:SRATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() float[source]
# [SENSe]:DDEMod:SRATe
value: float = driver.applications.k70Vsa.sense.ddemod.symbolRate.get()

Defines the symbol rate. The minimum symbol rate is 25 Hz. The maximum symbol rate depends on the defined ‘Sample Rate’ (see ‘Sample rate, symbol rate and I/Q bandwidth’) .

Returns:

symbol_rate: Range: 25 to 250e6, Unit: HZ

set(symbol_rate: float) None[source]
# [SENSe]:DDEMod:SRATe
driver.applications.k70Vsa.sense.ddemod.symbolRate.set(symbol_rate = 1.0)

Defines the symbol rate. The minimum symbol rate is 25 Hz. The maximum symbol rate depends on the defined ‘Sample Rate’ (see ‘Sample rate, symbol rate and I/Q bandwidth’) .

Parameters:

symbol_rate – Range: 25 to 250e6, Unit: HZ