Agilent Technologies PNA Series User And Programming Manual page 2035

Network analyzer
Hide thumbs Also See for PNA Series:
Table of Contents

Advertisement

Write-only
Data Access Map
PutScalar Method
Description
Puts Scalar data in the Measurement Result buffer. The putScalar array is not
processed by the analyzer; it is just displayed. Any change to the measurement state
(changing the format, for example) will cause the putScalar data to be overwritten with
the data processed from the raw data buffer.
VB Syntax
measData.putScalar, format, numPts, data
Variable
(Type)
- Description
format
(enum NADataFormat) Format of the data. Choose from:
7 - naDataFormat_Imaginary
8 - naDataFormat_SWR
9 - naDataFormat_PhaseUnwrapped
10 - naDataFormat_InverseSmith
11 - naDataFormat_Kelvin
12 - naDataFormat_Fahrenheit
13 - naDataFormat_Centigrade
Learn more about Data Format.
Note: Smith, InverseSmith, and Polar formats are not allowed.
numPts
(integer) - Number of values. Usually the number of points in the trace
(chan.NumberOfPoints).
data
(single) - A one-dimensional array of Scalar data matching the number of points in the
current measurement.
Return Type
Not Applicable
Default
Not Applicable
2041

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents