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
Commands in total: 5
Subgroups: 0
Direct child commands: 5
delete(filename: str) None[source]
# [SOURce<HW>]:BB:DM:FLISt:DELete
driver.source.bb.dm.flist.delete(filename = 'abc')

Deletes the specified list from the default directory or from the directory specified with the complete file path. See also ‘Handling files in the default or in a specified directory’. 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

Parameters:

filename – string

get_catalog() List[str][source]
# [SOURce<HW>]:BB:DM:FLISt:CATalog
value: List[str] = driver.source.bb.dm.flist.get_catalog()

Reads out the list of files present in the default directory. 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

See also ‘Handling files in the default or in a specified directory’.

Returns:

catalog: ‘filename1,filename2,…’ Returns a string of filenames separated by commas.

get_free() int[source]
# [SOURce<HW>]:BB:DM:FLISt:FREE
value: int = driver.source.bb.dm.flist.get_free()

Queries the list free memory. 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

Returns:

free: integer Range: 0 to INT_MAX

get_points() int[source]
# [SOURce<HW>]:BB:DM:FLISt:POINts
value: int = driver.source.bb.dm.flist.get_points()

Queries the user modulation mapping/user filter list length.

Returns:

points: integer Range: max

get_select() str[source]
# [SOURce<HW>]:BB:DM:FLISt:SELect
value: str = driver.source.bb.dm.flist.get_select()

Selects the specified list file from the default directory or in the directory specified with the complete file path. See also method RsSmw.massMemory.current_directory() . If a list with the specified name does not yet exist, it is created. The file extension can be omitted. See also ‘Handling files in the default or in a specified directory’. 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

set_select(filename: str) None[source]
# [SOURce<HW>]:BB:DM:FLISt:SELect
driver.source.bb.dm.flist.set_select(filename = 'abc')

Selects the specified list file from the default directory or in the directory specified with the complete file path. See also method RsSmw.massMemory.current_directory() . If a list with the specified name does not yet exist, it is created. The file extension can be omitted. See also ‘Handling files in the default or in a specified directory’. 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

Parameters:

filename – list name