pulIDataExtractor GetNumberOfValues

Gets the number of values in the data extractor.

Syntax

pulIDataExtractor GetNumberOfValues

Application

Tcl Query

Description

This command returns the number of values in the data extractor, or an error code.

Example

hwi GetSessionHandle sess1
sess1 GetProjectHandle proj
proj GetPageHandle page 1
page GetWindowHandle win 1
win GetCurveHandle curve 1
curve GetExtractorHandle extr x
puts [extr GetNumberOfValues]

Errors

Returns 3 = HW_InvalidHandle or -1.

Keywords

XY plot

Data Extractor

Tcl

Query