Fm

SCPI Commands :

PULSe:MOP:FM:DEViation
PULSe:MOP:FM:FREQuency
class FmCls[source]

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

get_deviation() float[source]
# SCPI: PULSe:MOP:FM:DEViation
value: float = driver.pulse.mop.fm.get_deviation()

Sets the modulation deviation.

return:

deviation: float Range: 0.1 to 1e+09, Unit: Hz

get_frequency() float[source]
# SCPI: PULSe:MOP:FM:FREQuency
value: float = driver.pulse.mop.fm.get_frequency()

Sets the modulation frequency.

return:

frequency: float Range: 0.002 to 1e+09

set_deviation(deviation: float) None[source]
# SCPI: PULSe:MOP:FM:DEViation
driver.pulse.mop.fm.set_deviation(deviation = 1.0)

Sets the modulation deviation.

param deviation:

float Range: 0.1 to 1e+09, Unit: Hz

set_frequency(frequency: float) None[source]
# SCPI: PULSe:MOP:FM:FREQuency
driver.pulse.mop.fm.set_frequency(frequency = 1.0)

Sets the modulation frequency.

param frequency:

float Range: 0.002 to 1e+09