MMEMory:IMPort:CONFig?
MMEMory:IMPort:CONFig?
This functionality is available on the 34972A only.
Syntax
MMEMory:IMPort:CONFig? "<configuration_file>"
Description
This query imports an Keysight BenchLink Data Logger configuration (BLCFG) file and attempts to configure the instrument according to the contents of the BLCFG file. It waits until the import is complete and returns 0 (no errors) or 1 (import had errors).
Parameters
Name Type Range of Values Default Value <configuration_file> Filename Any file name, always with a .BLCFG extension.
This is a required parameter.
Remarks
- The configuration file must reside in the root directory of the USB drive; hence no path is included in the specification of the "<configuration_file>."
- Only the 50 most recent BLCFG files will be accessible. Files with names longer than 40 characters will not be accessible.
- Possible errors include a card set mismatch between the instrument and the BLCFG file, or a corrupt file. You should address errors by diagnosing your BLCFG files with the Keysight BenchLink Data Logger tool.
- Import operations can take several seconds, and the "Busy" status system bit (bit 14) is asserted during this time. Because this is a query, no more commands will be processed on the I/O port from which it was sent until the query completes and returns a 0 or 1.
Return Format
The query returns 0 (no errors) or 1 (import had errors) when the file import is complete. If the query returns a 1, use the SYSTem:ERRor? command to read the errors.
Examples
The following query performs the import and then returns a 0 or 1. In this case, it returns a 1, indicating that the file import had one or more errors.
MMEMory:IMPort:CONFig? "My34972ASetup.BLCFG"
Typical response: 0
See Also
MMEMory Subsystem Introduction