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

Type of object

Property (Read-Write)

Syntax

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

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

Description

This command sets/gets the command to turn on RF for the external signal source in use.

Variable

Parameter

Value

Description

RF:on setting command for the user-defined external signal source

Data type

Character string type (String)

Range

254 characters or less

Preset value

"R3"

Note

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

Example of use

Dim SGcomm As String
SCPI.SYSTem.COMMunicate.GPIB.SGENerator.CCOMmand.RFON = "AMPL:STATE ON"
SGcomm = SCPI.SYSTem.COMMunicate.GPIB.SGENerator.CCOMmand.RFON

Related objects

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

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

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

SCPI.SYSTem.COMMunicate.GPIB.SGENerator.DWELl

SCPI.SYSTem.COMMunicate.GPIB.SGENerator.TYPE

Equivalent key

System > Misc Setup > GPIB Setup > Signal Generator Address > Custom Commands > Turn RF Out On

Equivalent SCPI command

Syntax

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

:SYSTem:COMMunicate:GPIB:SGENerator:CCOMmand:RFON?

Query response

{string}<newline><^END>

Example of use

10 OUTPUT 717;":SYST:COMM:GPIB:SGEN:CCOM:RFON ""AMPL:STATE ON"""
20 OUTPUT 717;":SYST:COMM:GPIB:SGEN:CCOM:RFON?"
30 ENTER 717;A$