collapse_allSyntax

Top  Previous  Next

 

Boonton55xxx IVI Driver Reference


 

IBoonton55xxxChannelHardwareStatus.GetAcqStatusArray Method


IBoonton55xxxChannelHardwareStatus See Also



Returns data about the status of the aquisition system.

Namespace: Boonton.Boonton55xxx.Interop

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

Visual Basic

Public Sub GetAcqStatusArray ( _
 ByRef  SweepLength As Integer  _
 ByRef  SampleRate As Double  _
 ByRef  SweepRate As Double  _
 ByRef  SweepTime As Double  _
 ByRef  StartTime As Double  _
 ByRef  StatusWord As Integer  _
)

C#

public void  GetAcqStatusArray(
 ref int  SweepLength,
 ref double  SampleRate,
 ref double  SweepRate,
 ref double  SweepTime,
 ref double  StartTime,
 ref int  StatusWord
)

Visual C++

HRESULT GetAcqStatusArray(
 long*  SweepLength,
 double*  SampleRate,
 double*  SweepRate,
 double*  SweepTime,
 double*  StartTime,
 long*  StatusWord
);

Parameters

SweepLength

Returns the number of points in the trace.

SampleRate

Returns the sample rate.

SweepRate

Returns the number of triggered sweeps per second.

SweepTime

Returns the sweep time for the trace.

StartTime

Retruns the start time relative to the trigger.

StatusWord

Aquisition system status.

collapse_allRequirements

Supported Models

55006, 55318, 55340, 55518, 55540

collapse_allSee Also

Reference

IBoonton55xxxChannelHardwareStatus Interface

Boonton.Boonton55xxx.Interop Namespace

Footer image

Copyright 2013-16 Boonton. All rights reserved.