Read only
About IM Spectrum

ResBWList Property


Description

Returns a list of Res BW values that are supported by the IM Spectrum apps.

 VB Syntax

value = cap.ResBWList

Variable

(Type) - Description

value

(Variant) - Variable to store the returned array of Res BW values

cap

A Capabilities (Object)

Return Type

Variant array

Default

Not Applicable

Examples

'Read the supported IFBW values

Set app = CreateObject("AgilentPNA835x.Application")

Set cap = app.Capabilities

list=cap.ResBWList

For i = 0 To UBound(list)

 msg = msg & list(i) & vbCrLf

Next

MsgBox msg

C++ Syntax

HRESULT get_ResBWList(Variant *value);

Interface

ICapabilities8


Last Modified:

23-May-2011

MX New topic