File

SCPI Commands :

CONFigure:GPRF:MEASurement<Instance>:PLOSs:TSTone:FILE:OPEN
CONFigure:GPRF:MEASurement<Instance>:PLOSs:TSTone:FILE:SHORt
CONFigure:GPRF:MEASurement<Instance>:PLOSs:TSTone:FILE:MATCh
class FileCls[source]

File commands group definition. 3 total commands, 0 Subgroups, 3 group commands

get_match() str[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:PLOSs:TSTone:FILE:MATCh
value: str = driver.configure.gprf.measurement.ploss.tsTone.file.get_match()

No command help available

return:

filename: No help available

get_open() str[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:PLOSs:TSTone:FILE:OPEN
value: str = driver.configure.gprf.measurement.ploss.tsTone.file.get_open()

Selects a Touchstone file characterizing the ‘open’.

return:

filename: Path and filename, e.g. @USERDATA/MyOpenFile.s1p

get_short() str[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:PLOSs:TSTone:FILE:SHORt
value: str = driver.configure.gprf.measurement.ploss.tsTone.file.get_short()

Selects a Touchstone file characterizing the ‘short’.

return:

filename: Path and filename, e.g. @USERDATA/MyShortFile.s1p

set_match(filename: str) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:PLOSs:TSTone:FILE:MATCh
driver.configure.gprf.measurement.ploss.tsTone.file.set_match(filename = 'abc')

No command help available

param filename:

No help available

set_open(filename: str) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:PLOSs:TSTone:FILE:OPEN
driver.configure.gprf.measurement.ploss.tsTone.file.set_open(filename = 'abc')

Selects a Touchstone file characterizing the ‘open’.

param filename:

Path and filename, e.g. @USERDATA/MyOpenFile.s1p

set_short(filename: str) None[source]
# SCPI: CONFigure:GPRF:MEASurement<Instance>:PLOSs:TSTone:FILE:SHORt
driver.configure.gprf.measurement.ploss.tsTone.file.set_short(filename = 'abc')

Selects a Touchstone file characterizing the ‘short’.

param filename:

Path and filename, e.g. @USERDATA/MyShortFile.s1p