Property (Read-Write)
SCPI.SOURce(Ch).POWer.ATTenuation.DATA = Value
Value = SCPI.SOURce(Ch).POWer.ATTenuation.DATA
This command does nothing. The E5062B has no attenuator setting for power. This command is provided because of its command compatibility with E5061A/E5062B.
Parameter |
Value |
Description |
Dummy Parameter |
Data type |
Long integer type (Long) |
Range |
0 to 40 |
Preset value |
0 |
Unit |
dB |
Resolution |
10 |
Dim Att As Long
SCPI.SOURce(1).POWer.ATTenuation.DATA = 10
Att = SCPI.SOURce(1).POWer.ATTenuation.DATA
None.
No equivalent key is available on the front panel.
:SOURce{[1]-4}:POWer:ATTenuation[:DATA] <numeric>
:SOURce{[1]-4}:POWer:ATTenuation[:DATA]?
0<newline><^END>
10 OUTPUT 717;":SOUR1:POW:ATT.DATA 20"
20 OUTPUT 717;":SOUR1:POW:ATT.DATA?"
30 ENTER 717;A