SCPI.SOURce(Ch).POWer.ATTenuation.DATA

Object type

Property (Read-Write)

Syntax

SCPI.SOURce(Ch).POWer.ATTenuation.DATA = Value

Value = SCPI.SOURce(Ch).POWer.ATTenuation.DATA

Description

This command does nothing. The E5062B has no attenuator setting for power. This command is provided because of its command compatibility with E5061A/E5062B.

Variable

Parameter

Value

Description

Dummy Parameter

Data type

Long integer type (Long)

Range

0 to 40

Preset value

0

Unit

dB

Resolution

10

Examples

Dim Att As Long
SCPI.SOURce(1).POWer.ATTenuation.DATA = 10
Att = SCPI.SOURce(1).POWer.ATTenuation.DATA

Related objects

None.

Equivalent key

No equivalent key is available on the front panel.

Equivalent SCPI command

Syntax

:SOURce{[1]-4}:POWer:ATTenuation[:DATA] <numeric>

:SOURce{[1]-4}:POWer:ATTenuation[:DATA]?

Query response

0<newline><^END>

Example of use

10 OUTPUT 717;":SOUR1:POW:ATT.DATA 20"
20 OUTPUT 717;":SOUR1:POW:ATT.DATA?"
30 ENTER 717;A