Property (Read-Write)
SCPI.SENSe.PS(Ch).FBANd = Value
Value = SCPI.SENSe.PS(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 |
BAND1|BAND2|BAND3|BAND4|BAND5|BAND6 |
Preset Value |
BAND4 |
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> |
BAND1 |
Set frequency band to '10M - 41MHz' |
BAND2 |
Set frequency band to '39M - 101MHz' |
BAND3 |
Set frequency band to '99M - 1.5GHz' |
BAND4( 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> |
BAND1 |
Set frequency band to '10M - 41MHz' |
BAND2 |
Set frequency band to '39M - 101MHz' |
BAND3 |
Set frequency band to '99M - 1.5GHz' |
BAND4(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> |
BAND5 (Preset Value) |
Set frequency band to '3G - 10GHz' |
BAND6 |
Set frequency band to '9G - 26.5GHz' |
Dim Var as String
Var= "BAND1"
SCPI.SENSe.PS1.FBANd = Var
Var = SCPI.SENSe.PS1.FBANd
PS Menu: Setup > Frequency Band
:SENSe:PS[1-1]:FBANd {BAND1|BAND2|BAND3|BAND4|BAND5|BAND6}
:SENSe:PS[1-1]:FBANd?
{BAND1|BAND2|BAND3|BAND4|BAND5|BAND6} <newline><^END>
10 OUTPUT 717;":SENSe:PS1:FBANd BAND1"
20 OUTPUT 717;":SENSe:PS1:FBANd?"
30 ENTER 717;A$