SymbolRate

SCPI Commands :

PULSe:MOP:BPSK:SRATe:AUTO
PULSe:MOP:BPSK:SRATe
class SymbolRateCls[source]

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

get_auto() bool[source]
# SCPI: PULSe:MOP:BPSK:SRATe:AUTO
value: bool = driver.pulse.mop.bpsk.symbolRate.get_auto()

Enables automatic adjusting of the bits in the pulse width.

return:

auto: ON| OFF| 1| 0

get_value() float[source]
# SCPI: PULSe:MOP:BPSK:SRATe
value: float = driver.pulse.mop.bpsk.symbolRate.get_value()

Sets the symbol rate.

return:

srate: float Range: 1 to 1e+09

set_auto(auto: bool) None[source]
# SCPI: PULSe:MOP:BPSK:SRATe:AUTO
driver.pulse.mop.bpsk.symbolRate.set_auto(auto = False)

Enables automatic adjusting of the bits in the pulse width.

param auto:

ON| OFF| 1| 0

set_value(srate: float) None[source]
# SCPI: PULSe:MOP:BPSK:SRATe
driver.pulse.mop.bpsk.symbolRate.set_value(srate = 1.0)

Sets the symbol rate.

param srate:

float Range: 1 to 1e+09