SCPI.SENSe.PN(Ch).EPRescaler.POWer

Object Type

Property (Read-Write)

Syntax

SCPI.SENSe.PN(Ch).EPRescaler.POWer = Value

Value = SCPI.SENSe.PN(Ch).EPRescaler.POWer

Description

This command sets/gets external prescaler output power (input power of RF1/RF2 of E5052), for the selected channel Ch.

Variable

Parameter

   Value

Description

External prescaler output power

Data Type

Double precision floating point type (Double)

Range

-15 ~ 0

Preset Value

0

Unit

dBm

Resolution

100u

Preset Effect

Yes

Save-Recall Effect

Yes

Error

-

Examples

Dim Var as Double
Var= 0
SCPI.SENSe.PN1.EPRescaler.POWer = Var
Var = SCPI.SENSe.PN1.EPRescaler.POWer

Related Objects

SCPI.SENSe.PN(Ch).EPRescaler.DIVision

Equivalent Key

PN Menu: System > Instrument Setup > PN Ext. Prescaler > Output Power Level

SP Menu: System > Instrument Setup > PN Ext. Prescaler > Output Power Level

FP Menu: System > Instrument Setup > PN Ext. Prescaler > Output Power Level

TR Menu: System > Instrument Setup > PN Ext. Prescaler > Output Power Level

AM Menu: System > Instrument Setup > PN Ext. Prescaler > Output Power Level

BB Menu: System > Instrument Setup > PN Ext. Prescaler > Output Power Level

USER Menu: System > Instrument Setup > PN Ext. Prescaler > Output Power Level

Equivalent SCPI Command

Syntax

:SENSe:PN[1-1]:EPRescaler:POWer {-15 ~ 0}

:SENSe:PN[1-1]:EPRescaler:POWer?

Query Response

{-15 ~ 0} <newline><^END>

Example of use

10 OUTPUT 717;":SENSe:PN1:EPRescaler:POWer 0"
20 OUTPUT 717;":SENSe:PN1:EPRescaler:POWer ?"
30 ENTER 717;A