EightPsk

SCPI Command :

PULSe:MOP:8PSK:SRATe
class EightPskCls[source]

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

get_symbol_rate() float[source]
# SCPI: PULSe:MOP:8PSK:SRATe
value: float = driver.pulse.mop.eightPsk.get_symbol_rate()

Sets the symbol rate of the modulated signal.

return:

srate: float Range: 1 to 1e+09

set_symbol_rate(srate: float) None[source]
# SCPI: PULSe:MOP:8PSK:SRATe
driver.pulse.mop.eightPsk.set_symbol_rate(srate = 1.0)

Sets the symbol rate of the modulated signal.

param srate:

float Range: 1 to 1e+09