Fm

SCPI Commands :

IMPort:PDW:DATA:FM:DEViation
IMPort:PDW:DATA:FM:MODFreq
class FmCls[source]

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

get_deviation() float[source]
# SCPI: IMPort:PDW:DATA:FM:DEViation
value: float = driver.importPy.pdw.data.fm.get_deviation()

Queries the pulse parameter.

return:

deviation: float

get_mod_freq() float[source]
# SCPI: IMPort:PDW:DATA:FM:MODFreq
value: float = driver.importPy.pdw.data.fm.get_mod_freq()

Queries the pulse parameter.

return:

mod_freq: float