run
Class: wnet.Node
Namespace: wnet
Description
runs the node at the current simulation time and returns the next scheduled run time for the
node. You can override this method so it simulates the actions the node performs at the
current simulation time.nextInvokeTime = run(wirelessNode,currentTime)
Note
Only the wirelessNetworkSimulator object calls the run
method.
Input Arguments
Output Arguments
Version History
Introduced in R2026a