Write/Read |
About Mixer Configuration |
Description |
Sets the swept frequency range to display on the X-axis for all existing traces and sets the default for all future traces. |
VB Syntax |
obj.ActiveXAxisRange = value |
Variable |
(Type) - Description |
obj |
A Converter Object (for IMDX and NFX measurements) or A Measurement Object (for GCX, SMC, and VMC measurements) |
value |
(Enum as ConverterStimulusRange) Swept stimulus range to display on the X-axis. Choose from: 0 - naInputRange - Input frequency range 1 - naLO1Range - LO 1 frequency range 2 - naLO2Range - LO 2 frequency range 3 - naOutputRange - Output frequency range 4 - naPerMeasurementRange - reserved for future use. If the specified frequency range is not swept, the default swept range is used. |
Return Type |
Enum |
Default |
Search is performed in the following order until a swept range is found:
|
Examples |
conv.ActiveXAxisRange = naInputRange 'Write variable = meas.ActiveXAxisRange 'Read |
C++ Syntax |
HRESULT get_ActiveXAxisRange(tagConverterStimulusRange range *Val) HRESULT put_ActiveXAxisRange(tagConverterStimulusRange range newVal) |
Interface |
IConverter IMeasurement14 |