| Contents | Index |
RESULT = isSignal(OBJ, SIGNALNAME)
RESULT = isSignal(OBJ, SIGNALNAME) returns true if SIGNALNAME is an existing mapping in the given TestCase OBJ.
Create a test case; create two signals within the test case – In1, which is a step, and In2, which is a ramp. Verify that In1 is mapped.
testCase = systest.TestCase('Test Case 1');
testCase.In1 = systest.signals.Signal('Step');
testCase.In2 = systest.signals.Signal('Ramp');
result = isSignal(testCase, 'In1')

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |