This project provides an example of a simple SUT using only Transforms. No additional software or hardware is required. No code is compiled.
Click here to download the project: https://github.com/DanlawMxTeam/Samples/raw/master/SimpleSUT.rar
Prerequisites
Applies to:
•MxSuite 3.38 or later
Other Requirements:
•The user should have an understanding of MxSuite Scenarios, TestCases, and Transforms.
Description
The Harness consists of 3 Transforms:
•Absolute Value - transmits the absolute value of its input
•Funnel - accepts inputs from multiple ports and outputs the data to a single port
•Invert - transmits the binary inverse of its input
To run the test, run the Scenario. The Scenario should pass.