Property (Read-Write)
SCPI.SYSTem.COMMunicate.GPIB.SGENerator.CCOMmand.FREQuency = Param
Param = SCPI.COMMunicate.GPIB.SGENerator.CCOMmand.FREQuency
This command sets/gets the output frequency setting command for the external signal source in use.
This command is available when the type of the external signal source is 1 (user-defined external signal source).
Parameter |
Value |
Description |
Frequency setting command for the user-defined external signal source |
Data type |
Character string type (String) |
Range |
254 characters or less |
Preset value |
"FR %f% HZ" |
Note |
If the specified variable is out of the allowable setup range, an error occurs when executed. The output frequency in the command string is written as "%f%." The frequency of the external signal source, which changes for each measurement point, is set and the setting command is sent to the external signal source. |
Dim SGcomm As String
SCPI.SYSTem.COMMunicate.GPIB.SGENerator.CCOMmand.FREQuency = "FREQ %f%HZ"
SGcomm = 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.CCOMmand.RFON
SCPI.SYSTem.COMMunicate.GPIB.SGENerator.DWELl
SCPI.SYSTem.COMMunicate.GPIB.SGENerator.TYPE
System > Misc Setup > GPIB Setup > Signal Generator Address > Custom Commands > Set Frequency
:SYSTem:COMMunicate:GPIB:SGENerator:CCOMmand:FREQuency <string>
:SYSTem:COMMunicate:GPIB:SGENerator:CCOMmand:FREQuency?
{string}<newline><^END>
10 OUTPUT 717;":SYST:COMM:GPIB:SGEN:CCOM:FREQ ""FREQ %f%HZ"""
20 OUTPUT 717;":SYST:COMM:GPIB:SGEN:CCOM:FREQ?"
30 ENTER 717;A$