IqFile

SCPI Command :

CONFigure:GPRF:MEASurement<Instance>:CANalyzer:IQFile
class IqFileCls[source]

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

get() str[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:CANalyzer:IQFile
value: str = driver.configure.gprf.measurement.canalyzer.iqFile.get()

Saves the I/Q data for the current step to the selected file.

return:

filename_return: No help available

set(filename: str) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:CANalyzer:IQFile
driver.configure.gprf.measurement.canalyzer.iqFile.set(filename = 'abc')

Saves the I/Q data for the current step to the selected file.

param filename:

Name and path of the target file.