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 for the selected channel (Ch).
Parameter |
Value |
Description |
Span value |
Data type |
Double precision floating point type (Double) |
Range |
0 to (Maximum frequency - 10E5) |
Preset value |
Maximum frequency - 10E5 |
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 breached) 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]-160}:FREQuency:SPAN <numeric>
:SENSe{[1]-160}:FREQuency:SPAN?
{numeric}<newline><^END>
10 OUTPUT 717;":SENS1:FREQ:SPAN 1E9"
20 OUTPUT 717;":SENS1:FREQ:SPAN?"
30 ENTER 717;A