Path

SCPI Command :

INPut:FILE:PATH
class PathCls[source]

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

class PathStruct[source]

Response structure. Fields:

  • Filename: str: 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.

  • Analysis_Bw: float: Optionally: The analysis bandwidth to be used by the measurement. The bandwidth must be smaller than or equal to the bandwidth of the data that was stored in the file. Unit: HZ

get() PathStruct[source]
# SCPI: INPut:FILE:PATH
value: PathStruct = driver.applications.k6Pulse.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

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

set(filename: str, analysis_bw: Optional[float] = None) None[source]
# SCPI: INPut:FILE:PATH
driver.applications.k6Pulse.inputPy.file.path.set(filename = 'abc', analysis_bw = 1.0)
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.

param analysis_bw

Optionally: The analysis bandwidth to be used by the measurement. The bandwidth must be smaller than or equal to the bandwidth of the data that was stored in the file. Unit: HZ