Property (Read-Write)
SCPI.SENSe(Ch).FREQuency.CENTer = Value
Value = SCPI.SENSe(Ch).FREQuency.CENTer
This command sets/gets the center value of the sweep range of the selected channel (Ch).
Parameter |
Value |
Description |
Center value |
Data type |
Double precision floating point type (Double) |
Range |
5 to 3E9 |
Preset value |
1.50005G |
Unit |
Hz (hertz) |
Resolution |
1E-3 or 5E-4 |
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. |
Dim Cntr As Double
SCPI.SENSe(1).FREQuency.CENTer = 2E9
Cntr = SCPI.SENSe(1).FREQuency.CENTer
Center
:SENSe{[1]-4}:FREQuency:CENTer <numeric>
:SENSe{[1]-4}:FREQuency:CENTer?
{numeric}<newline><^END>
10 OUTPUT 717;":SENS1:FREQ:CENT 2E9"
20 OUTPUT 717;":SENS1:FREQ:CENT?"
30 ENTER 717;A