Catalog

SCPI Commands :

[SOURce<HW>]:BB:ARBitrary:WAVeform:CATalog:LENGth
[SOURce<HW>]:BB:ARBitrary:WAVeform:CATalog
Commands in total: 2
Subgroups: 0
Direct child commands: 2
get_length() int[source]
# [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 RsSmw.massMemory.current_directory() .

Returns:

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

get_value() List[str][source]
# [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.

Returns:

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