Path

SCPI Command :

INPut:FILE:PATH
class PathCls[source]

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

get() str[source]
# SCPI: INPut:FILE:PATH
value: str = driver.applications.k149Uwb.inputPy.file.path.get()
Selects the I/Q data file to be used as input for further measurements.

INTRO_CMD_HELP: The I/Q data file must be in one of the following supported formats:

  • .iq.tar

  • .iqw

  • .csv

  • .mat

  • .wv

  • .aid

Only a single data stream or channel can be used as input, even if multiple streams or channels are stored in the file. For some file formats that do not provide the sample rate and measurement time or record length, you must define these parameters manually. Otherwise the traces are not visible in the result displays. For details, see ‘Basics on Input from I/Q Data Files’.

return

filename: String containing the path and name of the source file. The file type is determined by the file extension. If no file extension is provided, the file type is assumed to be .iq.tar. For .mat files, Matlab(R) v4 is assumed.

set(filename: str) None[source]
# SCPI: INPut:FILE:PATH
driver.applications.k149Uwb.inputPy.file.path.set(filename = 'abc')
Selects the I/Q data file to be used as input for further measurements.

INTRO_CMD_HELP: The I/Q data file must be in one of the following supported formats:

  • .iq.tar

  • .iqw

  • .csv

  • .mat

  • .wv

  • .aid

Only a single data stream or channel can be used as input, even if multiple streams or channels are stored in the file. For some file formats that do not provide the sample rate and measurement time or record length, you must define these parameters manually. Otherwise the traces are not visible in the result displays. For details, see ‘Basics on Input from I/Q Data Files’.

param filename

String containing the path and name of the source file. The file type is determined by the file extension. If no file extension is provided, the file type is assumed to be .iq.tar. For .mat files, Matlab(R) v4 is assumed.