:MMEMory:CATalog:CORRection
Description
Reads out the stored user-range and full-range calibration files stored on the Bode 500 device providing following information:
- Space in use
- Available space
- Name and size of all calibration files
Note
Supported device(s):
- Bode 500
| Syntax | Response |
|---|---|
:MMEMory:CATalog:CORRection? |
<string> |
| Response value | Description |
|---|---|
<string> |
List of calibration files stored on the device |
The format of the readout character string is as follows:
"{used size},{free size},{name 1},,{size 1},...,{name N},,{size N}"
- {used size}: The space in use of the built-in storage device in
bytes. - {free size}: The available space of the built-in storage device in
bytes. - {name n}: The name of the n-th calibration file.
- {size n}: The size in
bytesof the n-th calibration file.
Where N is the number of all calibration files stored on the device and n is an integer between 1
and N.
Related commands
:MMEMory:LOAD:CORRection:FULLrange
:MMEMory:LOAD:CORRection:USERrange
Related commands in the Automation Interface
LoadCalibration(String) (Gain)
LoadCalibration(String) (Impedance)
LoadCalibration(String) (MultiMode)
SaveCalibration(String) (Gain)
SaveCalibration(String) (Impedance)
SaveCalibration(String) (MultiMode)