Write/Read |
About Mixer/Converter Settings |
Description |
Set and read whether to use the Input frequency that is greater than the LO or less than the LO. Send Apply before sending a query (read). Learn more. |
VB Syntax |
conv.SegmentIsInputGreaterThanLO(index,range) = value |
Variable |
(Type) - Description |
conv |
|
index |
(Long integer) Segment which is being set. Choose a segment between 1 and the current segment count. Use SegmentCount Property to read the current count in the Applied Mixer. |
range |
(Enum as ConverterFrequencyRange) Range for which value is being set. Choose from: 0 - naInputFrequencies - set input power 1 - naOutputFrequencies - set output power 2 - naLO1Frequencies - set LO1 power 3 - naLO2Frequencies - set LO2 power 4 - naIFFrequencies - set IF power |
value |
(Boolean) -Choose from the following: True - Use the Input that is Greater than the specified LO. False - Use the Input that is Less than the specified LO. |
Return Type |
Boolean |
Default |
True |
Examples |
mxr.SegmentIsInputGreaterThanLO(1,2=1'sets segment 1, LO1 to Input greater |
C++ Syntax |
HRESULT get_SegmentIsInputGreaterThanLO(long index, tagConverterFrequencyRange range, VARIANT_BOOL *value); HRESULT put_SegmentIsInputGreaterThanLO(long index, tagConverterFrequencyRange value, VARIANT_BOOL value); |
Interface |
IConverter5 |