M4E_MODE

# set
<module-index> M4E_MODE <mode>

# get
<module-index> M4E_MODE ?

Description

Select resource allocation mode.

Actions

set, get

Parameters

mode: byte, resource allocation mode
  • SIMPLE = 0

  • ADVANCED = 1

Example

# set
input:  0 M4E_MODE SIMPLE
output: <OK>

# get
input:  0 M4E_MODE ?
output: 0 M4E_MODE SIMPLE