pulIAxis GetMetaData

Returns the specified key’s value.

Syntax

axis_handle GetMetaData key

Application

Tcl Query

Description

This command returns the value assigned to the specified key, or an error code.

Inputs

key
Any string as specified by the user.

Example

hwi OpenStack;
hwi GetSessionHandle sess;
sess GetProjectHandle proj;
proj GetPageHandle page 1;
page GetWindowHandle win 1;
win GetClientHandle plot;
plot GetHorizontalAxisHandle h_axis 1;
puts [h_axis GetMetaData axis_name];
hwi CloseStack; 

Errors

Returns 3 if there is an invalid handle.

Keywords

XY plot

Tcl

Axis

Metadata