Write-Read
About FastCW

FastCWPointCount Property


Description

Enables Fast CW sweep and sets the number of data points for the channel. Sweep Type must already be set to CWTime and FIFO must already be enabled.

See Also

FIFO and other Antenna Features

FIFO Object

Example program

N5264B Measurement Receiver

 VB Syntax

chan.FastCWPointCount = value

Variable

(Type) - Description

chan

A Channel Object

value

(Long Integer) Number of data points to measure in Fast CW mode. This setting overwrites the standard number of points setting for the channel. This setting overwrites the standard number of points setting for the channel. The minimum value is 1. The maximum value is 232 - 1 = 2,147,483,647. The "-1" indicates infinite point count (i.e., go forever). Any other value will produce invalid results.

If the data acquisition rate exceeds 400,000 points per second, the upper limit on the number of points is 11e6. The following are conditions that can cause the higher data rate:

  • IFBW's >= 1 MHz and internally triggered.

  • fastCW sweeps that are externally triggered at a rate faster than 400,000 points per second.

Set to 0 to disable Fast CW.

Return Type

Long Integer

Default

0

Examples

chan.FastCWPointCount = 1e3 'Write

value = chan.FastCWPointCount 'Read

C++ Syntax

HRESULT get_FastCWPointCount(long *value)

HRESULT put_FastCWPointCount(long value)

Interface

IChannel16