Property (Read-Write)
SCPI.SENSe.FP(Ch).FBANd = Value
Value = SCPI.SENSe.FP(Ch).FBANd
This command sets/gets frequency band, for the selected channel Ch.
Parameter |
Value |
Description |
Frequency band |
Data Type |
Character string type (String) |
Range |
LOW|HIGH|BAND3|BAND4 |
Preset Value |
HIGH |
Unit |
- |
Resolution |
- |
Preset Effect |
Yes |
Save-Recall Effect |
Yes |
Error |
- |
When the E5052B is used stand-alone, or with the downconverter turned off
Parameter |
<string> |
LOW |
Set frequency band to '10M - 1.5GHz' |
HIGH( Preset value) |
Set frequency band to '250M - 7GHz' |
When the downconverter is turned on and with the RF input is set to ’E5052B Direct’
Parameter |
<string> |
LOW |
Set frequency band to '10M - 1.5GHz' |
HIGH(Preset value) |
Set frequency band to '250M - 3GHz' |
When the downconverter is turned on and with the RF input is set to ’Downconverter’
Parameter |
<string> |
BAND3 (Preset value) |
Set frequency band to '3G - 10GHz' |
BAND4 |
Set frequency band to '9G - 26.5GHz' |
Dim Var as String
Var= "LOW"
SCPI.SENSe.FP1.FBANd = Var
Var = SCPI.SENSe.FP1.FBANd
FP Menu: Setup > Frequency Band
:SENSe:FP[1-1]:FBANd {LOW|HIGH|BAND3|BAND4}
:SENSe:FP[1-1]:FBANd?
{LOW|HIGH|BAND3|BAND4} <newline><^END>
10 OUTPUT 717;":SENSe:FP1:FBANd LOW"
20 OUTPUT 717;":SENSe:FP1:FBANd ?"
30 ENTER 717;A$