This commit is contained in:
2026-04-17 14:55:32 -04:00
commit bc3ac1d4c9
18017 changed files with 4371742 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
---
source_files:
- DataPRO/Modules/TestSetups/Imports/TTS/View/LevelTriggerView.xaml.cs
- DataPRO/Modules/TestSetups/Imports/TTS/View/HardwareScanView.xaml.cs
- DataPRO/Modules/TestSetups/Imports/TTS/View/TOMChannelsView.xaml.cs
- DataPRO/Modules/TestSetups/Imports/TTS/View/AnalogChannelsView.xaml.cs
- DataPRO/Modules/TestSetups/Imports/TTS/View/ReadFileView.xaml.cs
- DataPRO/Modules/TestSetups/Imports/TTS/View/DigitalInputChannelsView.xaml.cs
- DataPRO/Modules/TestSetups/Imports/TTS/View/DigitalOutputChannelsView.xaml.cs
- DataPRO/Modules/TestSetups/Imports/TTS/View/SummaryView.xaml.cs
- DataPRO/Modules/TestSetups/Imports/TTS/View/EditFileView.xaml.cs
generated_at: "2026-04-17T16:11:25.805778+00:00"
model: "zai-org/GLM-5-FP8"
schema_version: 1
sha256: "9cfebf2414807d61"
---
# View
**Purpose:**
This module contains the code-behind for various WPF UserControls used in the TTS (Test Setup) import wizard. It acts as the View layer, defining partial classes that interface with XAML definitions. It bridges the UI elements with the application logic by implementing specific View interfaces and handling UI events like text changes.
**Public Interface:**
* `LevelTriggerView` (Partial Class): Implements `ILevelTriggerView`. Constructor calls `InitializeComponent`.
* `HardwareScanView` (Partial Class): Implements `IHardwareScanView`. Constructor calls `InitializeComponent`.
* `TOMChannelsView` (Partial Class): Implements `ITOMChannelsView`. Constructor calls `InitializeComponent`.
* `AnalogChannelsView` (Partial