Command/Query
:SENSe<Ch>:FREQuency:STARt <Value>
:SENSe<Ch>:FREQuency:STARt?
This command sets/gets the start frequency.
Parameter |
Value |
Description |
Start frequency |
Data Type |
Numeric type (Real) |
Range |
See the settable frequency range |
Preset Value |
100k |
Unit |
Hz |
Resolution |
1 |
{numeric}<newline><^END>
Dim Var as Double
Var= 50000
Ena.WriteString ":SENS1:FREQ:STAR " & Str(Var), True
Ena.WriteString ":SENS1:FREQ:STAR?", True
Var=Ena.ReadNumber
Start
SCPI.SENSE(Ch).FREQUENCY.START