Catalog

SCPI Command :

[SENSe]:DDEMod:SEARch:SYNC:CATalog
class CatalogCls[source]

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

get() RsFsw.enums.SelectionRangeB[source]
# SCPI: [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) .

return

patterns: CURRent | ALL CURRent Only patterns that belong to the current standard ALL All patterns

set(patterns: RsFsw.enums.SelectionRangeB) None[source]
# SCPI: [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) .

param patterns

CURRent | ALL CURRent Only patterns that belong to the current standard ALL All patterns