Property (Read-Write)
SCPI.SENSe(Ch).FREQuency.FIXed = Value
Value = SCPI.SENSe(Ch).FREQuency.FIXed
This command sets/gets the fixed frequency (CW frequency) for the power sweep for channels 1 to 36 (Ch).
This object provides the same function as SCPI.SENSe(Ch).FREQuency.CW.
Parameter |
Value |
Description |
Fixed frequency |
Data type |
Double precision floating point type (Double) |
Range |
|
Preset value |
1E5 |
Unit |
Hz (hertz) |
Resolution |
1 |
Note |
If the specified variable is out of the allowable setup range, the minimum value (if the lower limit of the range is not reached) or the maximum value (if the upper limit of the range is exceeded) is set. |
Dim CwFreq As Double
SCPI.SENSe(1).FREQuency.FIXed = 1E9
CwFreq = SCPI.SENSe(1).FREQuency.FIXed
Sweep Setup > Power > CW Freq
:SENSe{[1]-160}:FREQuency[:CW|FIXed] <numeric>
:SENSe{[1]-160}:FREQuency[:CW|FIXed]?
{numeric}<newline><^END>
10 OUTPUT 717;":SENS1:FREQ 1E9"
20 OUTPUT 717;":SENS1:FREQ?"
30 ENTER 717;A