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.k70Vsa.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
iq_filename: No help available
- set(iq_filename: str) None [source]
# SCPI: INPut:FILE:PATH driver.applications.k70Vsa.inputPy.file.path.set(iq_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 iq_filename
No help available