Mlist

SCPI Commands :

[SOURce<HW>]:BB:DM:MLISt:CATalog
[SOURce<HW>]:BB:DM:MLISt:DELete
[SOURce<HW>]:BB:DM:MLISt:FREE
[SOURce<HW>]:BB:DM:MLISt:POINts
[SOURce<HW>]:BB:DM:MLISt:SELect
class MlistCls[source]

Mlist commands group definition. 5 total commands, 0 Subgroups, 5 group commands

delete(filename: str) None[source]
# SCPI: [SOURce<HW>]:BB:DM:MLISt:DELete
driver.source.bb.dm.mlist.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 ‘Accessing files in the default or in a specified directory’ for general information on file handling in the default and a specific directory.

Table Header: List type / Command / File extension

  • Data list / …:DLISt… / *.dm_iqd

  • Control list / …:CLISt… / *.dm_iqc

  • User standard / …:ULISt… / *.dm_stu

  • User filter files / …:FLISt… / *.vaf

  • User mapping lists / …:MLISt… / *.vam

param filename

string

get_catalog() List[str][source]
# SCPI: [SOURce<HW>]:BB:DM:MLISt:CATalog
value: List[str] = driver.source.bb.dm.mlist.get_catalog()
Reads out the list files present in the default directory (see method RsSmw.MassMemory.currentDirectory) .

Table Header: List type / Command / File extension

  • Data list / …:DLISt… / *.dm_iqd

  • Control list / …:CLISt… / *.dm_iqc

  • User filter files / …:FLISt… / *.vaf

  • User mapping lists / …:MLISt… / *.vam

Refer to ‘Accessing 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:MLISt:FREE
value: int = driver.source.bb.dm.mlist.get_free()
Queries the list free memory.

Table Header: List type / Command / File extension

  • Data list / …:DLISt… / *.dm_iqd

  • Control list / …:CLISt… / *.dm_iqc

  • User filter files / …:FLISt… / *.vaf

  • User mapping lists / …:MLISt… / *.vam

return

free: integer Range: 0 to INT_MAX

get_points() int[source]
# SCPI: [SOURce<HW>]:BB:DM:MLISt:POINts
value: int = driver.source.bb.dm.mlist.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:MLISt:SELect
value: str = driver.source.bb.dm.mlist.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 ‘Accessing files in the default or in a specified directory’ for general information on file handling in the default and a specific directory.

Table Header: List type / Command / File extension

  • Data list / …:DLISt… / *.dm_iqd

  • Control list / …:CLISt… / *.dm_iqc

  • User standard / …:ULISt… / *.dm_stu

  • User filter files / …:FLISt… / *.vaf

  • User mapping lists / …:MLISt… / *.vam

return

filename: No help available

set_select(filename: str) None[source]
# SCPI: [SOURce<HW>]:BB:DM:MLISt:SELect
driver.source.bb.dm.mlist.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 ‘Accessing files in the default or in a specified directory’ for general information on file handling in the default and a specific directory.

Table Header: List type / Command / File extension

  • Data list / …:DLISt… / *.dm_iqd

  • Control list / …:CLISt… / *.dm_iqc

  • User standard / …:ULISt… / *.dm_stu

  • User filter files / …:FLISt… / *.vaf

  • User mapping lists / …:MLISt… / *.vam

param filename

list name