Property (Read-Write)
SCPI.SENSe.TR(Ch).NARRow(Nr).FREQuency.RANGe = Value
Value = SCPI.SENSe.TR(Ch).NARRow(Nr).FREQuency.RANGe
This command sets/gets frequency span, for the selected narrow Nr of the selected channel Ch.
Parameter |
Value |
Description |
Frequency span |
Data Type |
Character string type (String) |
Range |
R80|R25_6|R1_6|R0_2|R25K|R3K |
Preset Value |
R25_6 |
Unit |
- |
Resolution |
- |
Preset Effect |
Yes |
Save-Recall Effect |
Yes |
Error |
- |
Dim Var as String
Var= "R80"
SCPI.SENSe.TR1.NARRow1.FREQuency.RANGe = Var
Var = SCPI.SENSe.TR1.NARRow1.FREQuency.RANGe
SCPI.SENSe.TR(Ch).NARRow(Nr).FREQuency.PREFerence
SCPI.SENSe.TR(Ch).NARRow(Nr).FREQuency.RESolution
SCPI.SENSe.TR(Ch).NARRow(Nr).FREQuency.TARGet
TR Menu: Setup > Freq Range
TR Menu: Setup > N2 Freq Range
:SENSe:TR[1-1]:NARRow[1-2]:FREQuency:RANGe {R80|R25_6|R1_6|R0_2|R25K|R3K}
:SENSe:TR[1-1]:NARRow[1-2]:FREQuency:RANGe?
{R80|R25_6|R1_6|R0_2|R25K|R3K} <newline><^END>
10 OUTPUT 717;":SENSe:TR1:NARRow1:FREQuency:RANGe R80"
20 OUTPUT 717;":SENSe:TR1:NARRow1:FREQuency:RANGe?"
30 ENTER 717;A$