Write/Read |
About Diff I/Q App |
Description |
Sets and reads the start value for the specified frequency range. On the Frequency Range dialog under Frequency, this is the Start setting. |
VB Syntax |
DIQ.RangeStartFrequency (n)= value |
Variable |
(Type) - Description |
DIQ |
A Differential I/Q (object) |
n |
(Long) Frequency range number. |
value |
(Double) Frequency range start value. Choose a value within the frequency range of the analyzer. |
Return Type |
Double |
Default |
Start frequency of the analyzer. |
Examples |
diq.RangeStartFrequency(2) = 1e9 'Write |
value = diq.RangeStartFrequency(1) 'Read |
|
C++ Syntax |
HRESULT get_RangeStartFrequency(long range, double* RangeStartFrequency); HRESULT put_RangeStartFrequency(long range, double RangeStartFrequency); |
Interface |
IDIQ |