collapse_allSyntax

Top  Previous  Next

 

Boonton55xxx IVI Driver Reference


 

IBoonton55xxxChannelsMeasurementBufferAcquisitionControlAdvanced Interface


See Also



Provides access to allow fine-tuned acqusition of buffered mode measurements.

Namespace: Boonton.Boonton55xxx.Interop

Assembly: Boonton.Boonton55xxx.Interop (in Boonton.Boonton55xxx.Interop.dll)

Visual Basic

Public Interface IBoonton55xxxChannelsMeasurementBufferAcquisitionControlAdvanced

C#

public interface IBoonton55xxxChannelsMeasurementBufferAcquisitionControlAdvanced

Visual C++

__interface IBoonton55xxxChannelsMeasurementBufferAcquisitionControlAdvanced

collapse_allProperties


Name

Description

Public property

MeasurementsAvailable

Gets the number of measurements available in the power meter's internal buffer. Note: The number of readings that have been acquired may be more or less.

Public property

OverRan

Flag indicating whether the power meter's internal buffer filled up before beign emptied.

Public property

ReturnCount

Set/get the return count for each measurement query.

Public property

SessionCount

Set/get the count of elements for this measurement buffer session. Set to 0 for the meter to continuously acquire measurements.

Public property

SessionTimeout

Set/get the time out for this measurement buffer session in seconds. Set to 0.0 for the meter to ignore the time out.

Public property

TimedOut

Check if the last measurement buffer session timed out.

Public property

WriteProtection

Set true to allow the measurement buffer to overwrite members that have not been read by the user.

Top

collapse_allMethods


Name

Description

Public method

AdvanceReadIndex

Send a command to the meter to notify it the user is done reading and to advance the read index.

Public method

ClearBuffer

Sends a command to the power meter to clear all buffered readings. This method does not clear cached measurements accessible through GetAverageMeasurements, etc.

Public method

QueryAverageMeasurements

Query the power meter for all buffered average power measurements.

Public method

QueryDurations

Query the power meter for all buffered measurement durations in seconds.

Public method

QueryMaxMeasurements

Query the power meter for all buffered maximum power measurements.

Public method

QueryMinMeasurements

Query the power meter for all buffered minimum power measurements.

Public method

QuerySequenceNumbers

Query the power meter for all buffered sequence numbers.

Public method

QueryStartTimes

Query the power meter for all buffered start times in seconds.

Public method

StartAcquisition

Starts measurement buffer acquisition. This method allows the user to send a command to the power meter to begin buffering measurements without waiting for all measurements to be completed. Alternately, you can call the AcquireReadings method to start buffering measurements and wait for them to be read from the meter.

Public method

StopAcquisition

Sends a command to stop the measurement buffer from acquiring readings.

Top

collapse_allSee Also

Reference

Boonton.Boonton55xxx.Interop Namespace

Footer image

Copyright 2013-16 Boonton. All rights reserved.