Property (Read-Write)
SCPI.SENSe(Ch).FREQuency.STOP = Value
Value = SCPI.SENSe(Ch).FREQuency.STOP
This command sets/gets the stop value of the sweep range of the selected channel ( Ch).
Parameter |
Value |
Description |
Stop value |
Data type |
Double precision floating point type (Double) |
Range |
5 to 3E9 |
Preset value |
3E9 |
Unit |
Hz (hertz) |
Resolution |
1E-3 |
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 Stp As Double
SCPI.SENSe(1).FREQuency.STOP = 3E9
Stp = SCPI.SENSe(1).FREQuency.STOP
SCPI.SENSe(Ch).FREQuency.STARt
Stop
:SENSe{[1]-4}:FREQuency:STOP <numeric>
:SENSe{[1]-4}:FREQuency:STOP?
{numeric}<newline><^END>
10 OUTPUT 717;":SENS1:FREQ:STOP 100E6"
20 OUTPUT 717;":SENS1:FREQ:STOP?"
30 ENTER 717;A