Catalog

SCPI Command :

[SENSe]:CORRection:TRANsducer:CATalog
Commands in total: 1
Subgroups: 0
Direct child commands: 1
class GetStruct[source]

Response structure. Fields:

  • 1 Used_Disk_Space: int: numeric value in bytes Amount of storage space required by all transducers files in the C:/R_S/INSTR/trd directory (= sum of all individual FileSize values)

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

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

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

get() GetStruct[source]
# [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’.

Returns:

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