Path

SCPI Commands

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.inputPy.file.path.get()

This command selects the I/Q data file to be used as input for further measurements. The I/Q data must have a specific format as described in ‘I/Q data file format (iq-tar) ‘. For details, see ‘Basics on input from I/Q data files’.

return

file_path: No help available

set(file_path: str, analysis_bw: float) None[source]
# SCPI: INPut:FILE:PATH
driver.inputPy.file.path.set(file_path = '1', analysis_bw = 1.0)

This command selects the I/Q data file to be used as input for further measurements. The I/Q data must have a specific format as described in ‘I/Q data file format (iq-tar) ‘. For details, see ‘Basics on input from I/Q data files’.

param file_path

No help available

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