update
Download Required: To use update
,
first download the Communications Toolbox Wireless Network Simulation Library add-on.
Description
update(
updates the configuration of the WLAN node, nodeObj
,Name=Value
)nodeObj
, according to the
name-value arguments you specify.
update(
updates the configuration for a specific device in a non-multilink device (MLD) node or a
particular link in a device within an MLD node.nodeObj
,deviceID
,Name=Value
)
For a non-MLD node, deviceID
is a scalar representing the device
ID. The deviceID
argument is specified as the array index in the
DeviceConfig
property of the nodeObj
input. If
you do not specify the deviceID
input, the default value is 1.
For an MLD node, deviceID
is a vector. The first element in the
vector specifies the device ID. The second element in the vector specifies the link ID which
is the array index in the LinkConfig
property corresponding to the
DeviceConfig
property of the nodeObj
input. If
you do not specify the deviceID
input, the default value is [1
1].
Examples
Input Arguments
Version History
Introduced in R2023a