ParameterTable
Description
creates an editable parameter table display for an instrument panel hParamTable
= slrealtime.ui.control.ParameterTable(hFigure
)uifigure
figure. The display shows the tunable parameters that have been
selected for streaming in the real-time application. When the instrument panel app is
running, the ParameterTable
component provides a right-click menu that
lets you select parameters to add to or remove from the display.
When the ECU page and XCP page selections do not match, the mismatch disables the App
Designer ParameterTable
component and ParameterTuner
component. You can enable operation of these components by
coordinating ECU page and XCP page selection in the real-time application. Use the getECUPage
,
setECUPage
,
getXCPPage
,
and setXCPPage
functions. Or, use the explorer Enable Parameter Table button. This
button is context sensitive and appears when explorer detects a page selection
mismatch.
For information about control properties, see slrealtime.ui Properties. It is important to set the TargetSource property for this control if you plan on using your app with target computers other than the default target computer.
Examples
Input Arguments
Output Arguments
Version History
Introduced in R2021bSee Also
ConnectButton
| EventManager
| ImportFileLogButton
| InstrumentManager
| LatchButton
| LoadButton
| Menu
| MomentaryButton
| ParameterSetButton
| ParameterTuner
| SignalTable
| SimulationTimeEditField
| StartStopButton
| StatusBar
| StopTimeEditField
| SystemLog
| TETMonitor
| TargetSelector
| UpdateButton
| slrealtime.ui Properties