Write/Read |
About Diff I/Q App |
Description |
Sets and reads the value by which the coupled range will be divided to achieve the frequency range specified by <rNum>. On the Frequency Range dialog under Coupling, this is the Divisor setting. |
VB Syntax |
DIQ.RangeDivisor (n) = value |
Variable |
(Type) - Description |
DIQ |
A Differential I/Q (object) |
n |
(Long Integer) Frequency range number. |
value |
(Long Integer) Divisor value. Choose a positive or negative integer. |
Return Type |
Long |
Default |
1 |
Examples |
diq.RangeDivisor 2 = 2 'Write |
value = diq.RangeDivisor 2 'Read |
|
C++ Syntax |
HRESULT get_RangeDivisor(long range, long* RangeDivisor); HRESULT put_RangeDivisor(long range, long RangeDivisor); |
Interface |
IDIQ |