Write-only |
About Dynamic Range |
Description |
A function that returns the Next higher IF Bandwidth value. Use to retrieve the list of available IFBandwidth settings. |
VB Syntax |
chan.Next_IFBandwidth bw |
Variable |
(Type) - Description |
chan |
A Channel (object) |
bw |
(double) - The argument that you use to send an IFBandwidth. The function uses this argument to return the Next higher IFbandwidth. |
Return Type |
Double |
Default |
Not Applicable |
Examples |
Public pnbw As Double 'declare variable outside of procedure pnBW = chan.IFBandwidth 'put the current IFBW in pnBW |
C++ Syntax |
HRESULT Next_IFBandwidth (double *pVal) |
Interface |
IChannel |