Files
2026-04-17 14:55:32 -04:00

1.5 KiB

source_files, generated_at, model, schema_version, sha256
source_files generated_at model schema_version sha256
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
2026-04-17T16:11:25.805778+00:00 zai-org/GLM-5-FP8 1 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