Catalog

SCPI Commands :

[SOURce<HW>]:BB:ARBitrary:WAVeform:CATalog:LENGth
[SOURce<HW>]:BB:ARBitrary:WAVeform:CATalog
class CatalogCls[source]

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

get_length() int[source]
# SCPI: [SOURce<HW>]:BB:ARBitrary:WAVeform:CATalog:LENGth
value: int = driver.source.bb.arbitrary.waveform.catalog.get_length()

Reads out the files with extension *.wv in the default directory and returns the number of waveform files in this directory. The default directory is set using command method RsSmbv.MassMemory.currentDirectory.

return

length: integer Number of waveform files in default directory Range: 0 to INT_MAX

get_value() List[str][source]
# SCPI: [SOURce<HW>]:BB:ARBitrary:WAVeform:CATalog
value: List[str] = driver.source.bb.arbitrary.waveform.catalog.get_value()

Reads out the files extension *.wv in the default directory.

return

catalog: string Returns a list of the file names separated by commas