user_page


Description

Specifies the current user page.

Syntax

Int16 user_page

Read

Gets the user current user page.

Example

int currentUserPage;
currenUsertPage = awg.user_page;

Write

Sets to a new user page.

Example

awg.user_page = 1;

Notes

You need to set the user page both when you are downloading data to the AWG and when before you start waveform output.

When you write to the user_page property, the API automatically sends a restart signal to the AWG to start waveform output.