Write/Read |
About Diff I/Q App |
Description |
Sets and reads the frequency range number to which the specified source port will be set. At the top of the Source Configuration dialog this is the Frequency Range setting. |
VB Syntax |
DIQ.SourceRange (port) = value |
Variable |
(Type) - Description |
DIQ |
A Differential I/Q (object) |
port |
(String) Source port name. Use SourcePortNames to read a list of valid source ports. |
value |
(Long) Frequency range number. |
Return Type |
Long |
Default |
1 |
Examples |
oDIQ.SourceRange("port 2") = 1 |
Value = oDIQ.SourceRange("port 2") 'Read |
|
C++ Syntax |
HRESULT get_SourceRange(long range, long* SourceRange); HRESULT put_SourceRange(long range, long SourceRange); |
Interface |
IDIQ |