Catalog
SCPI Command :
[SENSe]:DDEMod:SEARch:SYNC:CATalog
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() SelectionRangeB[source]
# [SENSe]:DDEMod:SEARch:SYNC:CATalog value: enums.SelectionRangeB = driver.applications.k70Vsa.sense.ddemod.search.sync.catalog.get()
Reads the names of all patterns stored on the hard disk. The file names are returned as a comma-separated list of strings, one for each file name (without the file extension) .
- Returns:
patterns: CURRent | ALL CURRent Only patterns that belong to the current standard ALL All patterns
- set(patterns: SelectionRangeB) None[source]
# [SENSe]:DDEMod:SEARch:SYNC:CATalog driver.applications.k70Vsa.sense.ddemod.search.sync.catalog.set(patterns = enums.SelectionRangeB.ALL)
Reads the names of all patterns stored on the hard disk. The file names are returned as a comma-separated list of strings, one for each file name (without the file extension) .
- Parameters:
patterns – CURRent | ALL CURRent Only patterns that belong to the current standard ALL All patterns