pulIDataGroup GetContextMenuParameter

Gets the parameter string to pass to a context menu.

Syntax

pulIDataGroup GetContextMenuParameter

Application

Tcl Query

Description

This command returns the parameter string to pass to a context menu.

Example

hwi GetSessionHandle sess1
sess1 GetProjectHandle proj
proj GetPageHandle page 1
page GetWindowHandle win 1
win GetCurveHandle curve 1
puts [curve GetContextMenuParameter]

Errors

If a parameter does not exist, or the handle is invalid, an empty string will be returned.

Keywords

XY plot

Tcl

Data Group

Query