Write/Read |
About Diff I/Q App |
Description |
Sets and reads the frequency range to couple settings to. On the Frequency Range dialog under Coupling, this is the range to Couple To setting. |
VB Syntax |
DIQ.RangeCoupleId (n) = value |
Variable |
(Type) - Description |
DIQ |
A Differential I/Q (object) |
n |
(Long Integer) Frequency range number. |
value |
(Long Integer) Frequency range number to couple to. This range should be already created using AddRange Method. |
Return Type |
Long |
Default |
1 |
Examples |
diq.RangeCoupleId 2 = 1 'Write, range 2 is coupled to range 1 |
value = diq.RangeCoupleId 2 'Read |
|
C++ Syntax |
HRESULT get_RangeCoupleId(long range, long* RangeCoupleId); HRESULT put_RangeCoupleId(long range, long RangeCoupleId); |
Interface |
IDIQ |