SourcePoint Intel Help

Table of Contents

num_all_devices

Display the number of items in the device configuration.

Syntax

[result =] num_all_devices

Discussion

The num_all_devices control variable returns an integer representing the number of items in the Device Configuration. After apconfigure(), this ย value will be the same as num_aps. After deviceconfigure(), it will return the sum of JTAG devices, CoreSight Devices, and CoreSight APs. This variable is read-only.

Example

Command input:

define ord4 nCount = num_all_devices

nCount

Result:

00000012H ย ย ย ย ย ย ย ย ย ย ย ย ย ย ย // 18 devices

Related Topics