Write/Read |
About Diff I/Q App |
Description |
Sets and reads the receiver IF bandwidth setting. On the Frequency Range dialog under Frequency, this is the IFBW setting. |
VB Syntax |
DIQ.RangeIFBW (n) = value |
Variable |
(Type) - Description |
DIQ |
A Differential I/Q (object) |
n |
(Long Integer) Frequency range number. |
value |
(Double) IF Bandwidth in Hz. The list of valid IF Bandwidths is different depending on the analyzer model. (See the list.) If an invalid number is specified, the analyzer will round up to the closest valid number. |
Return Type |
Double |
Default |
1e5 |
Examples |
diq.RangeIFBW 1 = 1e3 'Write |
value = diq.RangeIFBW 'Read |
|
C++ Syntax |
HRESULT get_RangeIFBW(long range, double* RangeIFBW); HRESULT put_RangeIFBW(long range, double RangeIFBW); |
Interface |
IDIQ |