Property (Read-Write)
SCPI.SOURce(Ch).POWer.SPAN = Value
Value = SCPI.SOURce(Ch).POWer.SPAN
This command sets/gets the span value of the power sweep for the selected channel (Ch).
Parameter |
Value |
Description |
Span value |
Data type |
Double precision floating point type (Double) |
Range |
0 to 55 dB |
Preset value |
15 |
Unit |
dB |
Resolution |
0.05 |
Note |
If the specified variable is out of the allowable setup range, the minimum value (if the lower limit of the range is not reached) or the maximum value (if the upper limit of the range is exceeded) is set. |
Dim Pspan As Double
SCPI.SOURce(1).POWer.SPAN = 10
Pspan = SCPI.SOURce(1).POWer.SPAN
Span
:SOURce{[1]-4}:POWer:SPAN <numeric>
:SOURce{[1]-4}:POWer:SPAN?
{numeric}<newline><^END>
10 OUTPUT 717;":SOUR1:POW:SPAN 10"
20 OUTPUT 717;":SOUR1:POW:SPAN?"
30 ENTER 717;A