SymbolRate

SCPI Command :

[SENSe]:SRATe
class SymbolRateCls[source]

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

get() float[source]
# SCPI: [SENSe]:SRATe
value: float = driver.applications.k60Transient.sense.symbolRate.get()

Defines the sample rate for the current measurement. Note that the sample rate and the measurement bandwidth are interdependent (see [SENSe:]BWIDth:DEMod) . For information on supported sample rates and bandwidths see the specifications document.

return

sample_rate: Range: 100 Hz to depends on installed options, Unit: HZ

set(sample_rate: float) None[source]
# SCPI: [SENSe]:SRATe
driver.applications.k60Transient.sense.symbolRate.set(sample_rate = 1.0)

Defines the sample rate for the current measurement. Note that the sample rate and the measurement bandwidth are interdependent (see [SENSe:]BWIDth:DEMod) . For information on supported sample rates and bandwidths see the specifications document.

param sample_rate

Range: 100 Hz to depends on installed options, Unit: HZ