![ADVANTEST R3755 Series Operation Manual Download Page 69](http://html.mh-extra.com/html/advantest/r3755-series/r3755-series_operation-manual_2858773069.webp)
4.8.6
QrySourFreqTab
4-30
4.8.6. QrySourFreqTab
•
Function name long QrySourFreqTab
•
Usage
Reads the frequency table
•
Argument
[IN] long lngPID
// Packet ID (specifies the value acquired
// by BisOpenPacket)
long lngCh
// Channel (1 to 4)
[OUT] double * dblFreq // A frequency table (for the number of
// measurement points)
•
Return value 0: Normal
1: The IngCh argument is incorrectly specified.
Other: Refer to Section
•
Description Frequency data is read for each measurement point and is saved in the array specified
by the argument dblFreq.
•
Note
Provide a large enough capacity for the memory (on the application side) where
the data is to be saved. API functions do not check the amount of available
memory where the data is to be saved.
The maximum number of measurement points is set to 1601. Therefore, it is
recommended to provide the amount of memory for the maximum number.
4.8.7. QrySourPowTab
•
Function name long QrySourPowTab
•
Usage
Reads the output level table
•
Argument
[IN] long lngPID
// Packet ID (specifies the value acquired
// by BisOpenPacket)
long lngCh
// Channel (1 to 4)
[OUT] float * fltPow // An output level table (for the number
// of measurement points)
•
Return value 0: Normal
1: The IngCh argument is incorrectly specified.
Other: Refer to Section
•
Description In level sweep, output level data is read for each measurement point. The read data
is saved in the array specified with the argument fltPow.
•
Note
Provide a large enough capacity for the memory (on the application side) where
the data is to be saved. API functions do not check the amount of available
memory where the data is to be saved.
The maximum number of measurement points is set to 1601. Therefore, it is
recommended to provide the amount of memory for the maximum number.