Custom

SCPI Command:

CONFigure:VSE:MEASurement<Instance>:CUSTom:LOAD
CONFigure:VSE:MEASurement<Instance>:CUSTom:SAVE
class CustomCls[source]

Custom commands group definition. 2 total commands, 0 Subgroups, 2 group commands

get_load() str[source]
# SCPI: CONFigure:VSE:MEASurement<Instance>:CUSTom:LOAD
value: str = driver.configure.vse.measurement.custom.get_load()

Loads a VSE recall file with file extension *.dfl. You can load VSE recall files from the data directory of the internal storage medium (D:/Rohde-Schwarz/CMA/Data or subfolder) or from a USB storage medium.

return:

filename: No help available

save(filename: str) None[source]
# SCPI: CONFigure:VSE:MEASurement<Instance>:CUSTom:SAVE
driver.configure.vse.measurement.custom.save(filename = '1')

Saves a VSE recall file with file extension *.dfl. You can save VSE recall files to the data directory of the internal storage medium (D:/Rohde-Schwarz/CMA/Data or subfolder) or to a USB storage medium.

param filename:

No help available

set_load(filename: str) None[source]
# SCPI: CONFigure:VSE:MEASurement<Instance>:CUSTom:LOAD
driver.configure.vse.measurement.custom.set_load(filename = '1')

Loads a VSE recall file with file extension *.dfl. You can load VSE recall files from the data directory of the internal storage medium (D:/Rohde-Schwarz/CMA/Data or subfolder) or from a USB storage medium.

param filename:

No help available