Read only |
About IFBW |
Description |
Returns a list of supported IFBW values. |
VB Syntax |
value = cap.IFBWList |
Variable |
(Type) - Description |
value |
(Variant) - Variable to store the returned array of IFBW 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.IFBWList For i = 0 To UBound(list) msg = msg & list(i) & vbCrLf Next MsgBox msg |
C++ Syntax |
HRESULT get_IFBWList(Variant *value); |
Interface |
ICapabilities8 |