Command/Query
:SENSe:FREQuency:SPAN <Value>
:SENSe:FREQuency:SPAN?
This command sets the span value of the sweep range in the S-parameter measurement.
Parameter |
Value |
Description |
Span value |
Data Type |
Numeric type (Real) |
Range |
0 to settable frequency range span |
Preset Value |
Depending on frequency option. |
Unit |
Hz (hertz) |
Resolution |
1000m |
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. |
{numeric}<newline><^END>
Dim Var as Double
Var= 1000000000
Ena.WriteString ":SENS:FREQ:SPAN " & Str(Var), True
Ena.WriteString ":SENS:FREQ:SPAN?", True
Var=Ena.ReadNumber
Edit Test > Edit Measurement > Measure : S-Parameter > Span