Flist
SCPI Commands :
[SOURce<HW>]:BB:DM:FLISt:CATalog
[SOURce<HW>]:BB:DM:FLISt:DELete
[SOURce<HW>]:BB:DM:FLISt:FREE
[SOURce<HW>]:BB:DM:FLISt:POINts
[SOURce<HW>]:BB:DM:FLISt:SELect
- class FlistCls[source]
Flist commands group definition. 5 total commands, 0 Subgroups, 5 group commands
- delete(filename: str) None [source]
# SCPI: [SOURce<HW>]:BB:DM:FLISt:DELete driver.source.bb.dm.flist.delete(filename = 'abc')
Deletes the specified list from the default directory (see method RsSmw.MassMemory.currentDirectory) or from the directory specified with the complete file path. Refer to ‘Handling files in the default or in a specified directory’ for general information on file handling in the default and a specific directory.
- get_catalog() List[str] [source]
# SCPI: [SOURce<HW>]:BB:DM:FLISt:CATalog value: List[str] = driver.source.bb.dm.flist.get_catalog()
- Reads out the list files present in the default directory (see method RsSmw.MassMemory.currentDirectory) .
Table Header: List type / Command / File extension
Refer to ‘Handling files in the default or in a specified directory’ for general information on file handling in the default and a specific directory.
- return:
catalog: ‘filename1,filename2,…’ Returns a string of file names separated by commas.
- get_free() int [source]
# SCPI: [SOURce<HW>]:BB:DM:FLISt:FREE value: int = driver.source.bb.dm.flist.get_free()
- get_points() int [source]
# SCPI: [SOURce<HW>]:BB:DM:FLISt:POINts value: int = driver.source.bb.dm.flist.get_points()
Queries the user modulation mapping/user filter list length.
- return:
points: integer Range: max
- get_select() str [source]
# SCPI: [SOURce<HW>]:BB:DM:FLISt:SELect value: str = driver.source.bb.dm.flist.get_select()
Selects the specified list file from the default directory (see method RsSmw.MassMemory.currentDirectory) or in the directory specified with the complete file path. If a list with the specified name does not yet exist, it is created. The file extension can be omitted. Refer to ‘Handling files in the default or in a specified directory’ for general information on file handling in the default and a specific directory.
- set_select(filename: str) None [source]
# SCPI: [SOURce<HW>]:BB:DM:FLISt:SELect driver.source.bb.dm.flist.set_select(filename = 'abc')
Selects the specified list file from the default directory (see method RsSmw.MassMemory.currentDirectory) or in the directory specified with the complete file path. If a list with the specified name does not yet exist, it is created. The file extension can be omitted. Refer to ‘Handling files in the default or in a specified directory’ for general information on file handling in the default and a specific directory.