Nadataformat_Linmag; Nadataformat_Logmag; Nadataformat_Phase; Nadataformat_Polar - Agilent Technologies PNA Series User And Programming Manual

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

Advertisement

Write-only
PutComplex Method
Description
Puts real and imaginary data into the specified location. This method forces the channel
into Hold mode to prevent the input data from being overwritten. Learn more about
reading and writing Cal Data using COM.
Data put in the raw data store will be re-processed whenever a change is made to the
measurement attributes such as format or correction.
Data put in the measurement results store will be overwritten by any measurement
attribute changes.
See also
VB Syntax
measData.putComplex location, numPts, real(), imag(), [format]
Variable
(Type)
measData
An IArrayTransfer interface which supports the Measurement object
location
(enum NADataStore) Where the Data will be put. Choose from:
0 - naRawData
1 - naCorrectedData
2 - naMeasResult
3 - naRawMemory
4 - naMemoryResult
5 - naDivisor - When reading data from, or writing data to, the normalization divisor, you
must first create a divisor trace using
numPts
(long integer) - Number of data points in the channel
real()
(single) - Array containing real data values
imag()
(single) -Array containing imaginary data values
format
(enum NADataFormat) optional argument - display format of the real and imaginary
data. Only used if destination is naMeasResult or naMemoryResult buffer. If unspecified,
data is assumed to be in naDataFormat_Polar

0 - naDataFormat_LinMag

1 - naDataFormat_LogMag

2 - naDataFormat_Phase

3 - naDataFormat_Polar

4 - naDataFormat_Smith

5 - naDataFormat_Delay

6 - naDataFormat_Real

putNAComplex
- Description
2026
DataToDivisor
Method.
Data Access Map

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents