Ifsk

SCPI Command:

SOURce:AFRF:GENerator<Instance>:TONes:DCS:IFSK:ENABle
class IfskCls[source]

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

get_enable() bool[source]
# SCPI: SOURce:AFRF:GENerator<Instance>:TONes:DCS:IFSK:ENABle
value: bool = driver.source.afRf.generator.tones.dcs.ifsk.get_enable()

Enables or disables the inversion of the FSK modulation polarity.

return:

enable: OFF | ON

set_enable(enable: bool) None[source]
# SCPI: SOURce:AFRF:GENerator<Instance>:TONes:DCS:IFSK:ENABle
driver.source.afRf.generator.tones.dcs.ifsk.set_enable(enable = False)

Enables or disables the inversion of the FSK modulation polarity.

param enable:

OFF | ON