All

SCPI Command :

MMEMory:LOAD:IQ:STATe:ALL
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() List[int][source]
# MMEMory:LOAD:IQ:STATe:ALL
value: List[int] = driver.applications.k14Xnr5G.massMemory.load.iq.state.all.get()

Restores the captured I/Q data of all measurements in a combined measurement sequence to a file. The file extension is *. iq.tar.

set(state: List[int]) None[source]
# MMEMory:LOAD:IQ:STATe:ALL
driver.applications.k14Xnr5G.massMemory.load.iq.state.all.set(state = [1, 2, 3])

Restores the captured I/Q data of all measurements in a combined measurement sequence to a file. The file extension is *. iq.tar.

Parameters:

state – String containing the path and name of the target file.