M_RECONFIG_STATUS

code: 399

# get
<module-index> M_RECONFIG_STATUS ?

Description

Show the test module configuration status when the user has configured the test module to a different configuration than the one it is currently running.

Actions

get

Parameters

  1. status: byte, test module configuration status

    • UNKNOWN = 0, module reconfiguration status cannot be determined at this time; ignore second parameter.

    • SUCCESS = 1, module reconfiguration completed successfully; ignore second parameter.

    • PROGRESSING = 2, module is currently undergoing reconfiguration, second parameter is valid.

    • FAILED = 3, module reconfiguration failed; ignore second parameter.

  2. progress: integer, progress in units of 0.1%, i.e. valid range 0-1000. Increments are module-specific, the value may in some cases jump directly from 0 to 1000, or in other cases progress more smoothly.

Example

# get
input:  0 M_RECONFIG_STATUS ?
output: 0 M_RECONFIG_STATUS PROGRESSING 912