Modulation

SCPI Command :

[SENSe]:DEMod:FILTer:MODulation
class ModulationCls[source]

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

class ModulationStruct[source]

Response structure. Fields:

  • Tx_Filter: str: File name of the transmit filter

  • Rx_Filter: str: File name of the receive filter

get() ModulationStruct[source]
# SCPI: [SENSe]:DEMod:FILTer:MODulation
value: ModulationStruct = driver.applications.k91Wlan.sense.demod.filterPy.modulation.get()

Selects the transmit (TX) and receive (RX) filters. The names of the filters correspond to the file names; a query of all available filters is possible by means of the [SENSe:]DEMod:FILTer:CATalog? command. Is only available for IEEE 802. 11b measurements.

return

structure: for return value, see the help for ModulationStruct structure arguments.

set(tx_filter: str, rx_filter: str) None[source]
# SCPI: [SENSe]:DEMod:FILTer:MODulation
driver.applications.k91Wlan.sense.demod.filterPy.modulation.set(tx_filter = 'abc', rx_filter = 'abc')

Selects the transmit (TX) and receive (RX) filters. The names of the filters correspond to the file names; a query of all available filters is possible by means of the [SENSe:]DEMod:FILTer:CATalog? command. Is only available for IEEE 802. 11b measurements.

param tx_filter

File name of the transmit filter

param rx_filter

File name of the receive filter