user_page_used_count


Description

Displays how many user pages have been used.

Syntax

Int16 user_page_used_count

Read

Gets the current number of user pages used.

Example

int pagesUsed;
pagesUsed = dsm.user_page_used_count;

Write

Read-Only

Notes

This property tells you how many user pages have been consumed by your waveforms. For a detailed discussion of user pages and micro-pages please see the upage_available property page.

For more information regarding micro-pages and user pages, please see the DSM GUI Manual.