Property (Read-Write)
SCPI.SENSe.PN(Ch).DCONverter.FREQuency = Value
Value = SCPI.SENSe.PN(Ch).DCONverter.FREQuency
This command sets/gets downconverter input frequency (carrier nominal frequency), for the selected channel Ch.
Parameter |
Value |
Description |
Downconverter input frequency (carrier nominal frequency) |
Data Type |
Double precision floating point type (Double) |
Range |
3G ~ 26.5G |
Preset Value |
3G |
Unit |
Hz |
Resolution |
100m |
Preset Effect |
Yes |
Save-Recall Effect |
Yes |
Error |
- |
When the frequency band is 3G to 10GHz
Parameter |
<Double> |
Range |
3G to 10G |
Preset value |
3G |
Unit |
Hz |
Resolution |
100m |
When the frequency band is 9G to 26.5GHz
Parameter |
<Double> |
Range |
9G to 26.5G |
Preset value |
9G |
Unit |
Hz |
Resolution |
100m |
Dim Var as Double
Var= 3000000000
SCPI.SENSe.PN1.DCONverter.FREQuency = Var
Var = SCPI.SENSe.PN1.DCONverter.FREQuency
SCPI.SENSe.PN(Ch).DCONverter.SSEarch.EXECute
PN Menu: Setup > Nominal Frequency
:SENSe:PN[1-1]:DCONverter:FREQuency {3G ~ 26.5G}
:SENSe:PN[1-1]:DCONverter:FREQuency?
{3G ~ 26.5G} <newline><^END>
10 OUTPUT 717;":SENSe:PN1:DCONverter:FREQuency 3000000000"
20 OUTPUT 717;":SENSe:PN1:DCONverter:FREQuency ?"
30 ENTER 717;A