Importing Specifications Using NI Nigel™ AI
- Aktualisiert2026-07-27
- 2 Minute(n) Lesezeit
Nigel can import your specifications file and generate LabVIEW and Python steps in your sequence. Nigel can also create code module stubs for LabVIEW and Python steps if they don't already exist.
Introduced in TestStand 2026 Q3
You must provide Nigel with your specification file to generate a sequence. You can provide this
information using one of the following methods:
- Attach the CSV or Excel specification file to your Nigel chat window
- Provide the path to your specification file in your prompt
- File names
- Module descriptions
- Input and output parameters
You can use the following example prompts as starting points for developing
sequences using specification files.
| Prompt | Notes |
|---|---|
| Make a sequence from the attached specification file. I want <Language> code modules. I do not have any, so you will have to create them in <Code Module Folder Path>. |
|
| Make a sequence from the CSV file located at <Specification File Path>. Use the <Language> code modules located at <Code Module Folder Path>. |
|
If your specification file is in .csv format and doesn't
meet the required file layout, Nigel can try to update the file to the
correct layout. When trying to update a file layout, Nigel follows the
following process:
- Nigel asks for permission to edit the file.
- Nigel tries to update the file layout.
- Nigel writes an edited copy of the file to the <TestStand Local Application Data> directory.
Verwandte Inhalte
- NI Nigel AI Capabilities in TestStand
NI Nigel AI brings a wealth of knowledge about TestStand into your design process. Nigel can offer development advice and test system design information to help you create projects and sequences. Nigel is powered by Microsoft Azure OpenAI.
- Importing Specifications from Specification Files
You can use the Specifications pane to import specification values from specification files.
- Using Imported Specifications in TestStand
Once you map the parameters of specifications you import, you can use them to create steps in your sequence file.
- TestStand Directory Structure