Path
SCPI Command :
RIQ:FIQ:PATH
- class PathCls[source]
Path commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() str [source]
# SCPI: 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) ‘.
- return
filename: String containing the path and name of the file.
- set(filename: str) None [source]
# SCPI: 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) ‘.
- param filename
String containing the path and name of the file.