Path
SCPI Command :
RIQ:FIQ:PATH
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() str[source]
# RIQ:FIQ:PATH value: str = driver.applications.k6Pulse.riq.fiq.path.get()
Selects the I/Q data file which contains the reference waveform. The file must be in iq.tar format as specified in ‘I/Q Data File Format (iq-tar) ‘.
- Returns:
filename: String containing the path and name of the file.
- set(filename: str) None[source]
# RIQ:FIQ:PATH driver.applications.k6Pulse.riq.fiq.path.set(filename = 'abc')
Selects the I/Q data file which contains the reference waveform. The file must be in iq.tar format as specified in ‘I/Q Data File Format (iq-tar) ‘.
- Parameters:
filename – String containing the path and name of the file.