Command/Query
:SENSe<Ch>:FREQuency:STOP <Value>
:SENSe<Ch>:FREQuency:STOP?
This command sets/gets the stop frequency.
Parameter |
Value |
Description |
Stop value |
Data Type |
Numeric type (Real) |
Range |
See the settable frequency range |
Preset Value |
Depending on frequency option |
Unit |
Hz |
Resolution |
1 |
{numeric}<newline><^END>
Dim Var as Double
Var= 100000
Ena.WriteString ":SENS1:FREQ:STOP " & Str(Var), True
Ena.WriteString ":SENS1:FREQ:STOP?", True
Var=Ena.ReadNumber
STOP
SCPI.SENSE(Ch).FREQUENCY.STOP