Property (Read-Write)
SCPI.SENSe(Ch).FREQuency.SPAN = Value
Value = SCPI.SENSe(Ch).FREQuency.SPAN
This command sets/gets the span value of the sweep range of the selected channel ( Ch).
Parameter |
Value |
Description |
Span value |
Data type |
Double precision floating point type (Double) |
Range |
0 to 2.999999995E9 |
Preset value |
2.9999E9 |
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 Span As Double
SCPI.SENSe(1).FREQuency.SPAN = 1E9
Span = SCPI.SENSe(1).FREQuency.SPAN
SCPI.SENSe(Ch).FREQuency.CENTer
Span
:SENSe{[1]-4}:FREQuency:SPAN <numeric>
:SENSe{[1]-4}:FREQuency:SPAN?
{numeric}<newline><^END>
10 OUTPUT 717;":SENS1:FREQ:SPAN 1E9"
20 OUTPUT 717;":SENS1:FREQ:SPAN?"
30 ENTER 717;A