Write/Read |
About Diff I/Q App |
Description |
Sets and reads the ON / OFF state of frequency range coupling. On the Frequency Range dialog under Coupling, this is the Couple (On|Off) setting. |
VB Syntax |
DIQ.RangeCoupleState (n) = value |
Variable |
(Type) - Description |
DIQ |
A Differential I/Q (object) |
n |
(Long) Frequency range number. |
value |
(Boolean) Choose from the following:
|
Return Type |
Boolean |
Default |
False |
Examples |
diq.RangeCoupleState 2 = True 'Write, range 2 is coupled to range 1 |
value = diq.RangeCoupleState 2 'Read |
|
C++ Syntax |
HRESULT get_RangeCoupleState(long range, VARIANT_BOOL* RangeCoupleState); HRESULT put_RangeCoupleState(long range, VARIANT_BOOL RangeCoupleState); |
Interface |
IDIQ |