State

SCPI Command :

MMEMory:STORe<n>:IQNC:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class StateStruct[source]

Response structure. Fields:

  • 1 Arg_0: int: No parameter help available

  • 2 Arg_1: str: No parameter help available

get(store=Store.Default) StateStruct[source]
# MMEMory:STORe<n>:IQNC:STATe
value: StateStruct = driver.applications.k14Xnr5G.massMemory.store.iqnc.state.get(store = repcap.Store.Default)

Exports the I/Q data for a single PPDU with the analyzer noise removed to a file. Prerequisites for this command:

  • Turn on I/Q noise cancellation. (See method RsFsw.applications.k91Wlan.sense.adjust.ncancel.average.state.set() ) .

Parameters:

store – optional repeated capability selector. Default value: Pos1 (settable in the interface ‘Store’)

Returns:

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

set(arg_0: int, arg_1: str, store=Store.Default) None[source]
# MMEMory:STORe<n>:IQNC:STATe
driver.applications.k14Xnr5G.massMemory.store.iqnc.state.set(arg_0 = 1, arg_1 = 'abc', store = repcap.Store.Default)

Exports the I/Q data for a single PPDU with the analyzer noise removed to a file. Prerequisites for this command:

  • Turn on I/Q noise cancellation. (See method RsFsw.applications.k91Wlan.sense.adjust.ncancel.average.state.set() ) .

Parameters:
  • arg_0 – irrelevant

  • arg_1 – String containing the path and name of the file. The file extension is .iq.tar.

  • store – optional repeated capability selector. Default value: Pos1 (settable in the interface ‘Store’)