Command/Query
:SENSe<Ch>:FREQuency:STOP <Value>
:SENSe<Ch>:FREQuency:STOP?
This command sets/gets the stop frequency in frequency sweep.
Parameter |
Value |
Description |
Stop frequency |
Data Type |
Numeric type (Real) |
Range |
1M to 3G |
Preset Value |
3G |
Unit |
Hz |
Resolution |
1m |
{numeric}<newline><^END>
Dim Var as Double
Var= 100E6
Ana.WriteString ":SENS1:FREQ:STOP " & Str(Var), True
Ana.WriteString ":SENS1:FREQ:STOP?", True
Var=Ana.ReadNumber
Stop (in frequency sweep)
SCPI.SENSE(Ch).FREQUENCY.STOP