Main Content

sltest.io.SimulinkTestSpreadsheet Class

Namespace: sltest.io

Read spreadsheet in format used by Simulink Test

Since R2021a

Description

sltest.io.SimulinkTestSpreadsheet inherits from the Simulink.io.FileType base class. It reads spreadsheets formatted in a format used as input to Simulink® Test™. To import spreadsheets, use this class.

classdef SimulinkTestSpreadsheet < Simulink.io.FileType

Note

The same methods, operators, functions, and examples for Simulink.io.FileType apply to sltest.io.SimulinkTestSpreadsheet.

The sltest.io.SimulinkTestSpreadsheet class is a handle class.

Class Attributes

Abstract
false
HandleCompatible
true

For information on class attributes, see Class Attributes.

Properties

expand all

Filename of the spreadsheet file that contains the signals to import for use as test inputs, specified as a character array.

Attributes:

GetAccess
public
SetAccess
public

Version History

Introduced in R2021a