Export Configurations
- Updated2026-02-24
- 4 minute(s) read
Limitations of Exporting a Device Configuration
- Standard waveforms with the List or the Sweep operation mode.
- Standard waveforms of the User-defined waveform mode.
- Arbitrary waveforms that you create from a .csv waveform file.
Export a Device Configuration
- Configure the device.
-
Open the instrument settings menu (
).
- Select
- Select the location to save the configuration file.
Import a Device Configuration
- Save the entire project by clicking .
- Save the soft front panel of the device by clicking .
To apply device settings from a device configuration file to a device session in LabVIEW, you must import the device configuration file to LabVIEW. To import the configuration file, use the Import Attribute Configuration LabVIEW VI. The implementation of the Import Attribute Configuration VI is driver-specific. For more information, see the appropriate driver documentation in the Related Information section.
Export Configurations to TestStand
You can export configurations to save time when you automate test sequences in TestStand. After you configure your hardware in InstrumentStudio, you can export your configuration for use in TestStand sequences. You can export device and panel configurations to recent and supported 64-bit versions of TestStand. You can then use these configurations with LabVIEW, C#, C, or CVI automation code in a TestStand sequence.
Export an InstrumentStudio Configuration
- Use a recent and supported 64-bit version of TestStand.
- Instrument channels that you want to include in the export are not in the Idle operation mode. InstrumentStudio does not export the configuration of instrument channels in the Idle operation mode.
- Select a specific site in the site filter, or select the System pins option to only export system pins. You cannot export an InstrumentStudio configuration if you select the All sites option in the site filter.
You can configure the default format of the exported file name by selecting and navigating to the Export to TestStand section.
-
From the top toolbar or the instrument header menu, select the Export to
TestStand button (
).
Note If the Export to TestStand (
) button does not appear, ensure that you have a recent and supported version of
TestStand installed. - Specify a name for the exported configuration.
Insert an InstrumentStudio Configuration in a TestStand Sequence
When you insert an IO configuration file into a TestStand sequence, TestStand creates a copy of the configuration file. You can specify the step in which TestStand copies the configuration file. When you run the sequence, this step creates sessions for the InstrumentStudio-configured instruments. Then, TestStand applies the configuration to the new sessions.
- Pass a session from the local variable to automation code in Action steps
- Apply a new configuration to an existing session
For more information on using TestStand, see TestStand User Manual in the Related Information section.
Edit an Exported Configuration
- Import an InstrumentStudio configuration to TestStand.
- Navigate to the TestStand step that you want to edit.
-
Select Edit.
InstrumentStudio opens in Edit mode and displays the instrument panels in the same layout as the document you exported the configuration from.
- Edit the configuration in InstrumentStudio.
- Click OK.