Main Content

slrtApplicationInspector

Open Simulink Real-Time Application Property Inspector and view the application information, signals, parameters

Since R2023b

    Description

    slrtApplicationInspector(ApplicationFilePath) opens the Simulink® Real-Time™ Application Property Inspector. The SLRT Application Property Inspector provides a UI to view the Signals, Parameters, and information of the application that runs on the Speedgoat® target computer. You can also edit the optional fields of application.

    example

    Examples

    collapse all

    This example shows how to view the application properties using the Simulink Real-Time Application Property Inspector.

    Open an example Simulink model, for example, slrt_ex_osc_rt. In the Command Window, type:

    openExample('slrealtime/SlrtCreateAndRunRealTimeAppFromSimulinkModelExample', ...
        'supportingFile','slrt_ex_osc_rt.slx')

    Build the model. In the Simulink Editor, on the Real-Time tab, click Run on Target > Build Application.

    Open Simulink Real-Time Application Property Inspector by using the command:

    slrtApplicationInspector("slrt_ex_osc_rt.mldatx")

    Properties, Signals, Parameters, and Options for the real-time application are available in the Simulink Real-Time Property Inspector.

    Input Arguments

    collapse all

    Specify the path for the application file generated by Simulink Real-Time.

    Example: myApplication.mldatx

    Version History

    Introduced in R2023b