SCPI.SYSTem.COMMunicate.GPIB.SGENerator.CCOMmand.POWer

Type of object

Property (Read-Write)

Syntax

SCPI.SYSTem.COMMunicate.GPIB.SGENerator.CCOMmand.POWer = Param

Param = SCPI.COMMunicate.GPIB.SGENerator.CCOMmand.POWer

Description

This command sets/gets the output level setting command for the external signal source in use.

Variable

Parameter

Value

Description

Level setting command for the user-defined external signal source

Data type

Character string type (String)

Range

254 characters or less

Preset value

"AP %p% DM"

Note

If the specified variable is out of the allowable setup range, an error occurs when executed.

The output level in the command string is written as "%p%." The output level of the external signal source, which changes for each measurement point, is set and the setting command is sent to the external signal source.

Example of use

Dim SGcomm As String
SCPI.SYSTem.COMMunicate.GPIB.SGENerator.CCOMmand.POWer = "AMPL %p%DBM"
SGcomm = SCPI.SYSTem.COMMunicate.GPIB.SGENerator.CCOMmand.POWer

Related objects

SCPI.SYSTem.COMMunicate.GPIB.SGENerator.CCOMmand.FREQuency

SCPI.SYSTem.COMMunicate.GPIB.SGENerator.CCOMmand.PRESet

SCPI.SYSTem.COMMunicate.GPIB.SGENerator.CCOMmand.RFON

SCPI.SYSTem.COMMunicate.GPIB.SGENerator.DWELl

SCPI.SYSTem.COMMunicate.GPIB.SGENerator.TYPE

Equivalent key

System> Misc Setup > GPIB Setup > Signal Generator Address > Custom Commands > Set Power Level

Equivalent SCPI command

Syntax

:SYSTem:COMMunicate:GPIB:SGENerator:CCOMmand:POWer <string>

:SYSTem:COMMunicate:GPIB:SGENerator:CCOMmand:POWer?

Query response

{string}<newline><^END>

Example of use

10 OUTPUT 717;":SYST:COMM:GPIB:SGEN:CCOM:POW ""AMPL %p%DBM"""
20 OUTPUT 717;":SYST:COMM:GPIB:SGEN:CCOM:POW?"
30 ENTER 717;A$