Write/Read |
About Linear Frequency Sweep |
Description |
Sets or returns the stop frequency of the channel. (Channel Object) Sets or returns the stop frequency of the segment. (Segment Object) Sets or returns the stop frequency of the FOM Range. (FOMRange Object Sets or returns the stop frequency of the Power Sensor coverage (GuidedCalibrationPowerSensor Object) Sets or returns the stop frequency of the Phase Reference Calibration. See also Measurement2 interface. |
VB Syntax |
object.StopFrequency = value |
Variable |
(Type) - Description |
object |
Any of the following: Channel (object) Segment (object) FOMRange (object) GuidedCalibrationPowerSensor (object) PhaseReferenceCalibration (object) |
value |
(double) - Stop frequency in Hertz. Choose any number between 70 (minimum) and maximum frequency limits of the analyzer. If the stop frequency is set less than the start frequency, then the start frequency is set to the stop frequency - frequency span. |
Return Type |
Double |
Default |
Channel - Maximum frequency of the analyzer. Segment - 0 FOMRange - Maximum frequency of the analyzer. GuidedCalibrationPowerSensor - Maximum frequency of the analyzer. PhaseReferenceCalibration - Maximum frequency of the analyzer. |
Examples |
chan.StopFrequency = 4.5e9 'sets the stop frequency for the channel object -Write |
stopfreq = Chan.StopFrequency 'Read |
|
C++ Syntax |
HRESULT get_StopFrequency(double *pVal) HRESULT put_StopFrequency(double newVal) |
Interface |
IChannel ISegment IFOMRange IGuidedCalibrationPowerSensor |