Catalog

SCPI Command :

[SENSe]:CORRection:TRANsducer:CATalog
class CatalogCls[source]

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

class GetStruct[source]

Response structure. Fields:

  • Used_Disk_Space: int: numeric value in bytes Amount of storage space required by all transducers files in the C:/Program Files (x86) /Rohde-Schwarz/FSW/version/trd directory (= sum of all individual FileSize values)

  • Free_Disk_Space: int: numeric value in bytes Amount of free storage space on the FSW

  • File_Size: List[int]: numeric value in bytes Size of a single transducer file

  • Filename: List[str]: string Name of a single transducer file

get() GetStruct[source]
# SCPI: [SENSe]:CORRection:TRANsducer:CATalog
value: GetStruct = driver.sense.correction.transducer.catalog.get()

This command queries all transducer factors stored on the FSW. After general data for the transducer storage directory, data for the individual files is listed. The result is a comma-separated list of values with the following syntax: <UsedMem>,<FreeMem>,<FileSize>,<FileName>[,<FileSize>,<FileName>] For details see ‘Basics on transducer factors’.

return

structure: for return value, see the help for GetStruct structure arguments.