These properties control the First IN, First OUT (FIFO) buffer settings for the PNA-X and N5264B.
The 4 GB FIFO data buffer is available with Option S93118A/B on the PNA-X and N5264B.
Dim app as AgilentPNA835x.Application
Dim fifo as FIFO
Set fifo = app.FIFO
| Methods | Description | |
|---|---|---|
| IFIFO | Clears the FIFO buffer | |
| Properties | Interface | Description | 
| IFIFO | Reads the next specified number of data points from the FIFO buffer. | |
| IFIFO2 | Reads the FIFO data byte count. | |
| IFIFO | Returns the total number of data points in the FIFO buffer. | |
| IFIFO2 | Reads the FIFO buffer data as a Variant of a specified array size (SafeArray) of bytes. | |
| IFIFO | Reads data from the FIFO buffer. Same as Data but in a compact form. | |
| IFIFO2 | Reads the FIFO buffer data as a Variant of a specified array size (SafeArray) of 32-bit floating point (Float32) numbers. | |
| IFIFO2 | Reads the FIFO buffer data as a Variant of a specified array size (SafeArray) of 16-bit integers. | |
| IFIFO2 | Reads the FIFO buffer data as a Variant of a specified array size (SafeArray) of 32-bit integers. | |
| IFIFO | Turns FIFO ON and OFF | 
| Interface | Introduced with VNA Rev: | 
| IFIFO | 8.35 | 
| IFIFO2 | 12.80 |