メインコンテンツ

view

Open Instrument Viewer app

Since R2026a

Description

view(target_object.Instruments) opens the Instrument Viewer app. Use the app buttons or the context menu in the app to view, create, or remove the instruments.

Use the Instrument Viewer app to view, created, or remove instruments.

example

Examples

collapse all

Use the view command to open the Instrument Viewer app for the selected Target object, tg.

view(tg.Instruments)

Input Arguments

collapse all

Object that represents target computer, specified as a Target object. The object provides access to methods that manipulate the target computer properties.

Example: tg

Version History

Introduced in R2026a