主要内容

target.OperatingSystem Class

Namespace: target
Superclasses: target.Object

Describe operating system for target hardware

Since R2026a

Description

Use a target.OperatingSystem object to describe the operating system for your target hardware.

Class Attributes

HandleCompatible
true

For information on class attributes, see Class Attributes.

Creation

  • Create a target.OperatingSystem object by using the target.create function.

  • Retrieve an existing target.OperatingSystem object by using the target.get function.

Properties

expand all

Object name, specified as a string scalar or character vector.

Attributes:

GetAccess
public
SetAccess
public

Data Types: string | char

Operating system families to which the operating system represented by this object belongs, specified as a string scalar or character vector. Each family is a set of operating systems that are compatible with a specific feature.

Attributes:

GetAccess
public
SetAccess
public

Examples

collapse all

For a workflow that uses a target.OperatingSystem object, see Set Up PIL Connectivity for Linux-Based Target Hardware.

Version History

Introduced in R2026a