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 the minimum and maximum frequencies of the analyzer. |
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 |
Last modified:
|
3-Apr-2012 |
Added PhaseReferenceCalibration |
|
8-Feb-2011 |
Added GuidedCalibrationPowerSensor |
|
8-Mar-2007 |
Added FOMRange |
|
1-Nov-2006 |
Removed Cal Set object - created cs.stopfreq |