Property (Read-Write)
SCPI.SENSe.PN(Ch).LOBandwidth = Value
Value = SCPI.SENSe.PN(Ch).LOBandwidth
This command sets/gets phase noise Local bandwidth optimization for the selected channel Ch.
Parameter |
Value |
Description |
Phase noise Local bandwidth optimization |
Data Type |
Character string type (String) |
Range |
NARRow|WIDE |
Preset Value |
WIDE |
Unit |
- |
Resolution |
- |
Preset Effect |
Yes |
Save-Recall Effect |
Yes |
Error |
- |
Dim Var as String
Var= "NARRow"
SCPI.SENSe.PN1.LOBandwidth = Var
Var = SCPI.SENSe.PN1.LOBandwidth
PN Menu: Setup > LO PhNoise Optimize
:SENSe:PN[1-1]:LOBandwidth {NARRow|WIDE}
:SENSe:PN[1-1]:LOBandwidth?
{NARRow|WIDE} <newline><^END>
10 OUTPUT 717;":SENSe:PN1:LOBandwidth NARRow"
20 OUTPUT 717;":SENSe:PN1:LOBandwidth ?"
30 ENTER 717;A$