collapse_allSyntax

Top  Previous  Next

 

Boonton55xxx IVI Driver Reference


 

BTN55XXX_ATTR_MEASUREMENT_MODE Attribute


Acquisition See Also



There are three basic measurement modes - pulse power, modulated power, and statistical power. Each mode is targeted towards a specific type of measurement.The Pulse Mode is used with peak power sensors. The instrument functions as an enhanced peak power analyzer and provides the functionality of a random repetitive sampling oscilloscope for viewing and analyzing the RF power envelope of signals.The Modulated Mode is designed for continuous, true average power measurements of complex modulated signals. The Statistical Mode is used for advanced analysis of non-periodic modulated signals. This mode does not require a trigger event to make measurements and is useful for signals that are noise-like such as CDMA, OFDM, or QAM. In Statistical Mode, the RF signal is sampled continuously at high speed, without discarding or losing any data.

Attribute Tree Node: \Boonton55xxx\Instrument Specific\Acquisition\Measurement Mode

Declaration: Btn55xxx.h

Implementation: Btn55xxx.dll

Visual C++

#define BTN55XXX_ATTR_MEASUREMENT_MODE 1150019
ViStatus Btn55xxx_GetAttributeViInt32(
 ViSession Vi,
 ViConstString RepCapIdentifier,
 ViAttr AttributeID,
 ViInt32AttributeValue
);
ViStatus Btn55xxx_SetAttributeViInt32(
 ViSession Vi,
 ViConstString RepCapIdentifier,
 ViAttr AttributeID,
 ViInt32 AttributeValue
);

Parameters

Vi

The ViSession handle that you obtain from the IviDriver_init or IviDriver_InitWithOptions function. The handle identifies a particular instrument session.

RepCapIdentifier

Must be VI_NULL or an empty string. This attribute is not defined on a repeated capability.

AttributeID

Must be BTN55XXX_ATTR_MEASUREMENT_MODE.

AttributeValue (GetAttribute)

Returns the current value of the attribute. The user must specify the address of a variable that has the same data type as the attribute.

AttributeValue (SetAttribute)

The value to which to set the attribute.

collapse_allRemarks

Statistical mode is only valid for models 4541 and 4542. Statistical measurements can be enabled independentantly in the 55 Series USB power meters by enabling stastical capture at any time.

collapse_allInstrument Command

CALCulate:MODE {PULSE|MODULATED|STATISTICAL}

CALCulate:MODE?

collapse_allDefined Values

Name

Description

BTN55XXX_VAL_MEASUREMENT_MODE_PULSE

Pulse mode provides the functionality of a random repetitive sampling oscilloscope for viewing and analyzing the RF power envelope.

BTN55XXX_VAL_MEASUREMENT_MODE_MODULATED

Modulated mode is designed for continuous, true average power measurements of complex modulated signals.

BTN55XXX_VAL_MEASUREMENT_MODE_STATISTICAL

The Statistical Mode is used for advanced analysis of non-periodic modulated signals. This value is not valid for the 55 Series USB power meters.

Top

collapse_allRequirements

Supported Models

4541, 4542

collapse_allSee Also

Reference

Acquisition

Btn55xxx

Footer image

Copyright 2013-16 Boonton. All rights reserved.