Result

SCPI Command :

[SENSe]:ADJust:NCANcel:FILE:RESult
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() str[source]
# [SENSe]:ADJust:NCANcel:FILE:RESult
value: str = driver.sense.adjust.ncancel.file.result.get()

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

  • Turn on I/Q noise cancellation. (See method RsFsw.sense.adjust.ncancel.start() ) .

set(result_file: str) None[source]
# [SENSe]:ADJust:NCANcel:FILE:RESult
driver.sense.adjust.ncancel.file.result.set(result_file = 'abc')

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

  • Turn on I/Q noise cancellation. (See method RsFsw.sense.adjust.ncancel.start() ) .

Parameters:

result_file – String containing the path and name of the file. The specified path must exist already. The file extension must be .iq.tar.