| ExcelAsDatabase.vee | Use Excel as a 'database' for table lookup. The Excel workbook consist of five fields (columns) in the Table worksheet: ID, Code, Project, Date and Comment. The Query worksheet use Excel's DGET functions to lookup data in the table. The lookup value for the query is sent in from VEE and the query result is read back and presented in VEE. |
| InstrumentAssistant.vee | Instrument Assistant example program This program can be used to find all connected instruments on all configured GPIB and VXI interfaces. The program can also be used to communicate with a selected instrument (only GPIB instruments are supported). Standard IEEE488.1/488.2 commands can be sent in addition to userdefined commands. A history buffer that keep track of sent commands is included. Data can be read from the instrument using ASCII or binary block formats. This example program use these features of VEE: * The Dynamic I/O Automation Server * Programmable Instrument Properties * I/O configuration saved with the program file |
| SQLServerUsingADO.vee | VEE-Database access This simple example program illustrates how VEE can use Microsoft ADO (rev 2.1) Automation Server for integration with SQL Server 7.0 databases. SQL Server 7.0 must be available on a remote server or on this system as specified in the Server field. Specify (local) as server if VEE and SQL Server is running on same PC. The program use SQL's pubs example database by default and:
|
| MakeSelection.vee | Make a multiple selection popup object This example
program contains a Multiple Selection object allowing the user to make one
or more selections from an input |
| VEE_Window_mods.vee | This example shows how you can change attributes of the VEE
window. It demonstrates:
Contributed by Georg Nied eMail:info@gn-software.de |
| Change character in string.vee | This function changes one character in a string into a
different character. Submitted by Juan Carlos Martín Castillejos |
| nidaq.h | Call NI-DAQ library entry points. This include file
has been modified to work the Agilent VEE Import Library object to support
the NIDAQ32.DLL. |
| All Instrument programs below were submitted by Tom Silchia | |
| 856xTDFB.vee | Extracts trace data from the HP/Agilent 8560E-Series
Spectrum Analyzers.TDF
B (B-Format):
Return Binary Numbers in Measurement7.0 7.0 The binary (B) format transmits data in measurement units, as binary numbers. This format provides the fastest data transfer and requires the least amount of memory to store data. Each data point is transferred in binary as two 8-bit bytes; the most significant byte is sent first, followed by the least significant byte. Binary data can also be easily converted into measurement data. If speed and memory are important considerations, you may prefer B-format to P-format. Unlike A-block and I-block formats, the B-format does not send a header. The data is sent immediately, and the end-or-identify message (EOI) is sent with the last byte. |
| 856xTDFI.vee | Extracts trace data from the HP/Agilent 8560E-Series
Spectrum Analyzers. TDF
I (I-block format):
Return Indefinite Block-Data Fields in Measurement Units. Very similar to A-block format, the I-block format transmits data in measurement units as binary numbers in an indefinite block-data field of unknown size. Each data point is sent as two 8-bit bytes; the most7.0 significant byte is sent first, followed by the least significant byte. The I-block format also transfers a header before the trace data. The header is comprised of ASCII characters "#", and "I". |
| 856xTDFM.vee | Extracts trace data from the HP/Agilent 8560E-Series
Spectrum Analyzers. TDF
M (M-format):
Return Decimal Numbers in Measurement Units (output only). The measurement units (M) format transfers trace data as ASCII integer values in measurement units, which is the internal format used by the spectrum analyzer. See Figure 5-8 on page 305. The displayed amplitude of each element falls on one of 601 vertical points (with the 601st equal to the reference level). For example, the peak of the signal in Figure 5-8 on page 305 is equal to -10 dBm, or one division below the reference level. This is equal to 540 measurement units (600 measurement units at the reference level, less 60 measurement units for one division down, equals 540 measurement units). There are also ten additional points of overrange. Measurement units range from 0 to 610. A line feed (ASCII code 10) follows data output. The end-or-identify message (EOI) is sent with a line feed. The M-format is faster than the P-format, but most applications will require computer conversion to parameter units. Also, because the M-format transfers data as ASCII characters, the data can be viewed directly. |
| 856xTDFP.vee | Extracts trace data from the HP/Agilent 8560E-Series
Spectrum Analyzers.
TDF P: Return7.0 Decimal Numbers in Parameter Units The real number, or "P" format allows you to receive or send data as7.0 ASCII decimal values in real-number (parameter) units. This is the7.0 default format when the instrument is turned on, and when instrument7.0 preset (IP) is activated. Numbers are in dBm, dBmV, dBmV, volts, or7.0 watts, as determined using the amplitude units (AUNITS) command.7.0 Default units are volts for linear trace information, and dBm for7.0 logarithmic trace information.7.0 A line feed (ASCII code 10) follows data output. The end-or-identify7.0 message (EOI) is sent with a line feed.7.0 NOTE When using the P-format, be sure to include amplitude units with the7.0 trace data using the AUNITS command.7.0 Real-number data can be an advantage if you wish to use the data later7.0 in a program. However, data transfers using P-format tend to be slow7.0 and require more storage memory (approximately 1200 bytes for binary7.0 and 4800 bytes for real numbers). In some cases, P-format can take up7.0 to four times the amount of controller memory compared to binary7.0 format. |
| 859xTDFBB.vee | Extracts trace data from the HP/Agilent 8590E-Series
Spectrum Analyzers. 7.0 TDF B enables the binary format. With the binary format, the marker or trace data is transferred as bytes. Of all the trace data formats, TDF B transfers trace data the fastest. The setting of the MDS command determines whether the trace data is transferred as one or two 8-bit bytes.7.0 NOTE : This example utilizes the MDS B (Measurement Data Size) as BYTE. Transferring a single byte (8-bits) per data point. When transferring trace data, MDS B transfers trace data the faster than MDS W because only 401 bytes are transferred. Because MDS B combines two bytes into one byte, some resolution is lost. |
| 859xTDFBW.vee | Extracts trace data from the HP/Agilent 8590E-Series
Spectrum Analyzers. TDF B enables the binary format. With the binary format, the marker or trace data is transferred as bytes. Of all the trace data formats, TDF B transfers trace data the fastest. The setting of the MDS command determines whether the trace data is transferred as one or two 8-bit bytes.7.0 NOTE : This example utilizes the MDS W (Measurement Data Size) as WORD. Transferring a word of 2 bytes (8 bits each).per data point. MDS W transfers trace data with no loss of resolution. |
| 859xTDFI.vee | Extracts trace data from the HP/Agilent 8590E-Series
Spectrum Analyzers. 7.0 TDF I is the I-block data format. With the I-block data format, trace data must7.0 be preceded by “#,” and “I.” The setting of the MDS command determines whether the trace7.0 data is transferred as one or two g-bit bytes. Unlike using the A-block format, you do not7.0 provide the number of data bytes when sending trace data back to the spectrum analyzer. |
| 859xTDFM.vee | Extracts trace data from the HP/Agilent 8590E-Series
Spectrum Analyzers. 7.0 TDF M is the measurement data format. The measurement data format transfers7.0 trace data in measurement units, and the measurement data can range from -32768 to7.0 + 32767. |
| 859xTDFA.vee | Extracts trace data from the HP/Agilent 8590E-Series
Spectrum Analyzers.
The A-block format is similar to binary format in that each data point is sent as two 8-bit bytes (this, too, is in the internal representation of measurement data). A-block format also transfers a four-byte header before the 401 points of trace data. These bytes are the ASCII character “f’, “A”, and two-byte number representing the length of the trace data, followed by the data bytes. |
| 8510C_pass_thru.vee |
Provides an outline for a method to use the 8510 Pass Thru functionality. |
| 8510_hpgl_Acq.vee | Programming sample for acquiring and dumping the HPGL graphics from the 8510 family network analyzers. |
| 856xPlot2File.vee | Acquires an HPGL plotter dump from an 8560E-Series
Spectrum Analyzer to a file.
Once acquired the temp.plt file can be viewed via any compatible HPGL file viewer. Note newer versions of Microsoft Office products by default do not include the HPGL viewer. Visit Microsoft's website and search on hpgl 32 bit for downloads that can enable HPGL file imports into Microsoft Word and/or Microsoft Excel. |
| 871xLearn_String.vee | Acquire and send the 871x learn string from and to the
instrument.
The application is intended to be executed on 8711C, 8712C, 8713C, 8714C and the entire 871xET/ES vector network analyzer families. The program is broken into a main, two user objects, and one user function. The user object "getLearnString" acquires the learnstring and stores the data to text file, 'C:\learnData.txt". This object has it's own notes detailing operation and execution. The user object "sendLearnStringOut" queries the learn string data from the file 'C:\learnData.txt" and then writes the bytes into the analyzer thus recalling the learnString State. This object has it's own notes detailing operation and execution. The "err_check" user function provides a means of confirming that no errors are caused during the program execution. The OK buttons allow the user to configure the analyzer, acquire the learnstring, reset analyzer (to a preset) and then resend the acquired learnstring, confirming proper operation. |
| 8753_freq_data.vee | Extract the trace frequency point data
from an 8753/8720 family network analyzer.
Use the OUTPLIML command to extract the stimulus and marker data. NOTE the LIMIT test FUNCTION is NOT on! The command provides a means to extract the frequency points. |
| 8753_marker.vee | Reading the
marker data out of the 8753/8720 family VNAs with several methodologies.
Note that marker data and the validity of the data is a function of the analyzers DISPLAY FORMAT. The first value is the marker reading; the second value may or may not be valid as a function of the DISPLAY FORMAT; the third value is the STIMULUS (frequency or time). For full details refer to the 8753/8720 Programmer's Guide Marker Data section. For this example the FORMAT is LOG MAG, per the manual the second marker value is "insignificant", a.k.a. a place holder, or equivalently JUNK |
| 4395A_Extract_State.vee | Extract the state from a 4395A combination analyzer This application has been tested with the 4395A combination analyzers. The application will catalog the INTERNAL MEMORY and parse all saved files of type state (as indicated by "*.STA" file type). Once the file list has been created, the Agilent VEE application will extract all the *.STA files to the external controller. The *.STA files are binary files which can be sent BACK to the 4395A (either via the PC and VEE, or via 3.5" floppy). |
| 4396b_ascii_out.vee | Extract a FORMATTED data trace from a 4395A, 4396A, or
4396B combination analyzers.
The program queries the instrument(s) for the FORMATTED data trace as a "FORM4"(ascii) data transfer. The data trace array size is automatically determined from the queried number of points (a.k.a. "no_poin") and then passed to the real_32 array variable. The program outlines some other Agilent VEE features such as querying the trace START Frequency, STOP frequency and NUMBER of POINTS, and then passing these to a linRamp function (embedded in Agilent VEE) in order to AUTOMATICALLY create the frequency points for each data value. Another feature is the capability to create X-vs-Y plots for displaying the frequency/amplitude data extracted from the analyzer. As a final note the minimum and maximum data values are easily extracted and displayed via Agilent VEE. |
| 4194a_gain_delay.vee | Extract the GAIN and GROUP delay data from the Agilent 4194A impedance analyzer. |
| 4294A_ascii_out.vee | Example for the Agilent 4294A Impedance Analyzer.
Outlines methods to acquire Impedance, Phase, Parallel Capacitance, Parallel Conductance, in both FORMATTED display trace data and REAL and IMAGINARY data trace formats. |
| 8753_Limit_test.vee | A method for reporting a limit line failure on the 8753/8720 family of vector network analyzers |
| 8753ES_registerRecall.vee | Outlines a process for recalling instrument states from internal memory on the 8753/8720 family vector network analyzers. |
| 8753ES_NumGroup_OPC.vee | Demonstrates the use of use of *OPC? and NUMG (or number of groups) for the 8753/8720 family of vector network analyzers to coordinate and synchronize end of sweep when averaging is activated within the analyzer. |
| 8753ES_NumGroup_SPOLL.vee | Demonstrates the use of SPOLL and NUMG (or number of groups) for the 8753/8720 family of vector network analyzers to coordinate and synchronize end of sweep when averaging is activated within the analyzer |
| 8753Grahpics.vee | Write HPGL TEXT to the 8753/8720 family network analyzers display. |
| 8753LearnStr.vee | Program for reading and writing the binary learn string from and to the 8753 and 8720 family of vector network analyers. |
| 8757_PassThru.vee | Program for the 8757 Scalar Network Analyzer and compatible signal source. The program outlines a method for using the PassThru mode to access and communicate with the signal source connected to the analyzers "8757 System Interconnect" GPIB buss. This is a dedicated GPIB for controlling the source directly from the 8757 scalar analyzer. |
| 8757_E8257C_ScpiPassThru | Program for the 8757 Scalar Network Analyzer and compatible signal source. The program outlines a method for using the PassThru mode to access and communicate with the signal source connected to the analyzers "8757 System Interconnect" GPIB buss. This is a dedicated GPIB for controlling the source directly from the 8757 scalar analyzer. |
| 4284A_BIN_ASCII.vee | Program for outlining how to extract either ASCII or BINARY data transfers from the 4284A Impedance Analyzer. |
| 4263B_BIN_ASCII.vee | Program for the 4263B LCR meter. Outlines how to acquire either a BINARY or ASCII data transfers from LCR meter. |
| e5100a.vee | Program for the E5100A low frequency network analyzer. Provides an outline of using the E5100As built in waveform analysis to acquire the statistics for Channel 1 (as GAIN) and Channel 2 (as phase). |
| E5100A_RespCalArray.vee | Program for the E5100A low frequency network analyzer outlining how to extract a transmission thru response calibration array (as a FORM4 - ASCII transfer) from the analyzer. The extracted array is saved to a file on the controlling PC. |
| 8753_form2.vee | Program for the 8753 and 8720 family of vector network analyzers. The program provides a tutorial for both synchronizing sweep complete via an SRQ mask and extracting the trace data array as a FORM 2 - REAL 32 binary block transfer. |
| 8753_form3.vee | VEE Sample program for the 8753 and 8720 family of vector network analyzers. The program provides a tutorial for both synchronizing sweep complete via an SRQ mask and extracting the trace data array as a FORM 3 - REAL 64 binary block transfer. |
| 8753_form3_COMPLEX.vee | Program for the 8753 and 8720 family of vector network analyzers. The program provides samples of: synchronizing sweep complete via an SRQ mask; extracting Real and Imaginary trace data array as a FORM 3 - REAL 64 binary block transfer; and how read the array into a variable defined as a COMPLEX array. |
| 8753_form4.vee | Program for the 8753 and 8720 family of vector network analyzers. The program provides a tutorial for both synchronizing sweep complete via an SRQ mask and extracting the trace data array as a FORM 4 - ASCII data array transfer. |
| 8753_hpgl_Acq.vee | Program for acquiring and dumping the HPGL graphics from the 8753 and 8720 family network analyzers. |
| EPM_Sensor_Status.vee | Program for the EPM E-Series of average sensing RF power meters. The program uses the "STATUS:DEVICE:CONDITION? bit response to determine which channels have sensors connected and if they are connected to either the front or rear panel connections. |
| EPM_Averages_SPOLL.vee | Program for the EPM E-Series of average sensing RF power meters. The program uses the manual filter mode which allows the user to set the filter length (a.k.a. averages). The program also utilizes an SPOLL to determine when the measurement data is available. |
| EPM_LoUpLimit_Test.vee | Program for the EPM E-Series of average sensing RF power meters that shows the use of the "STAT:OPER:LLF:SUMM:COND?" (lower limit failure reporting) and the "STAT:OPER:ULF:SUMM:COND?" (upper limit failure reporting) status queries. |
| EPM_LoadCalTable.vee | Program for the EPM E-Series of average sensing RF power meters. The program outlines how to catalog the list of internal sensor calibration tables, select a table, and then write user calibration factors, at user defined frequencies, to the selected calibration table. |
| EPM_Meas_SPOLL.vee | Program for the EPM E-Series of average sensing RF power meters. The program uses the MEASURE command which allows the power meter to control the instrument setup. The program also utilizes an SPOLL to determine when the measurement data is available. |
| ENA_StateRdWrt.vee | Program for the ENA (E5070/E5071) family of network analyzers. Provides examples of cataloging the memory, extracting a state file as a binary block to the PC, and then recalling the binary state file (from the PC) and writing back the binary block to the ENA memory. |
| Program for the ENA (E5070/E5071) family of network analyzers. The program is intended to provide a guide for ONE method of detecting an AVERAGE COMPLETE CONDITION on the ENA Series Vector Network Analyzers. An E5071A was tested. | |
| ENA_Fast_SPOLL | Program for the ENA (E5070/E5071) family of network analyzers. The program can be utilized as a launching point in understanding typical trace sweep speeds and data acquisition and transfer speeds as a function of various bandwidths on the network analyzer. |