Loading...
Searching...
No Matches
realvirtual.SignalTester Class Reference
Generic signal testing component for interface simulation Generates dynamic input signal changes for testing interface behavior Works with any interface that has compatible signal names. More...
Inheritance diagram for realvirtual.SignalTester:
Public Attributes | |
| bool | EnableTesting |
| Enable automatic test data generation. | |
| float | TestDataUpdateRate |
| Rate of test data updates in seconds. | |
| bool | DebugMode |
| Enable debug logging for signal changes. | |
| int | TestCycleCount |
| Number of test cycles completed. | |
| string | CurrentTestPhase |
| Current phase of the test cycle. | |
Detailed Description
Generic signal testing component for interface simulation Generates dynamic input signal changes for testing interface behavior Works with any interface that has compatible signal names.
Member Data Documentation
◆ CurrentTestPhase
| string realvirtual.SignalTester.CurrentTestPhase |
Current phase of the test cycle.
◆ DebugMode
| bool realvirtual.SignalTester.DebugMode |
Enable debug logging for signal changes.
◆ EnableTesting
| bool realvirtual.SignalTester.EnableTesting |
Enable automatic test data generation.
◆ TestCycleCount
| int realvirtual.SignalTester.TestCycleCount |
Number of test cycles completed.
◆ TestDataUpdateRate
| float realvirtual.SignalTester.TestDataUpdateRate |
Rate of test data updates in seconds.