System

SCPI.SYSTem.PRESet

Attribute Detail
Object Type Method
Target Analyzer
Description Resets the analyzer to the factory settings. The difference from the SCPI.IEEE4882.RST: method is that the trigger is set to the Continuous trigger mode.
Syntax app.SCPI.SYSTem.PRESet
Equivalent Softkeys System > Preset > OK

Print

See Print subchapter

NAME

Attribute Detail
Object Type Property (read only)
Data Type String
Description Analyzer information string. String format: manufacturer, model, serial number, number of software version / number of hardware revision.
Range up to 40 characters
Syntax Dim ID As String
ID = app.NAME
Reply CMT, S5048, 15097610, 15.4/02
Equivalent Softkeys None

SCPI.SENSe(Ch).ROSCillator.SOURce

Attribute Detail
Object Type Property (read/write)
Data Type String
Target Channel Ch,
Ch: channel number 1–16 (see Table 1 on page 25)
Description Selects the internal or external source of the reference frequency of 10 MHz.
Range "INTernal" : Internal source of the reference frequency
"EXTernal" : External source of the reference frequency
Notes The short form of the parameter is indicated by upper case letters. There is no distinction between upper and lower case letters when the property is written. When the property is read out, the short format is indicated by upper case letters.
Out of Range An error occurs. Error code: 224.
Preset Value "INT"
Syntax Dim Param As String
Param = app.SCPI.SENSe(Ch).ROSCillator.SOURce
app.SCPI.SENSe(Ch).ROSCillator.SOURce = "EXT"
Equivalent Softkeys System > Misc Setup > Ref Source

SCPI.SYSTem.CORRection.STATe

Attribute Detail
Object Type Property (read/write)
Data Type Boolean
Target Analyzer
Description The ON/OFF state of the system error correction.
Allowable Values True: System error correction ON
False: System error correction OFF
Preset Value True
Syntax Dim Status As Boolean
Status = app.SCPI.SYSTem.CORRection.STATe
app.SCPI.SYSTem.CORRection.STATe = False
Equivalent Softkeys System > Misc Setup > System Correction

SCPI.SYSTem.BEEPer.COMPlete.STATe

Attribute Detail
Object Type Property (read/write)
Data Type Boolean
Target Analyzer
Description The ON/OFF state of the beeper notifying of the completion of the operation.
Allowable Values True: Completion beeper ON
False: Completion beeper OFF
Preset Value True
Syntax Dim Status As Boolean
Status = app.SCPI.SYSTem.BEEPer.COMPlete.STATe
app.SCPI.SYSTem.BEEPer.COMPlete.STATe = False
Equivalent Softkeys System > Misc Setup > Beeper > Beep complete

SCPI.SYSTem.BEEPer.COMPlete.IMMediate

Attribute Detail
Object Type Method
Target Analyzer
Description Generates a beep to notify of the completion of the operation.
Syntax app.SCPI.SYSTem.BEEPer.COMPlete.IMMediate
Equivalent Softkeys System > Misc Setup > Beeper > Test Beep Complete

SCPI.SYSTem.BEEPer.WARNing.STATe

Attribute Detail
Object Type Property (read/write)
Data Type Boolean
Target Analyzer
Description The ON/OFF state of the beeper notifying of warning.
Allowable Values True: Warning beeper ON
False: Warning beeper OFF
Preset Value True
Syntax Dim Status As Boolean
Status = app.SCPI.SYSTem.BEEPer.WARNing.STATe
app.SCPI.SYSTem.BEEPer.WARNing.STATe = False
Equivalent Softkeys System > Misc Setup > Beeper > Beep Warning

SCPI.SYSTem.BEEPer.WARNing.IMMediate

Attribute Detail
Object Type Method
Target Analyzer
Description Generates a beep to notify of warning.
Syntax app.SCPI.SYSTem.BEEPer.WARNing.IMMediate
Equivalent Softkeys System > Misc Setup > Beeper > Test Beep Warning

SCPI.SYSTem.PORT.SWITchover.Delay.STATe

Attribute Detail
Object Type Property (read/write)
Data Type Boolean
Target Analyzer
Description The ON/OFF state of the port switchover delay feature.
Turn off the port switchover delay allows decreasing sweep time approximately by 10 ms providing that stimulus direction is changing.
Allowable Values True: port switchover delay feature ON
False: port switchover delay feature OFF
Preset Value True
Syntax Dim Status As Boolean
Status = app.SCPI.SYSTem.PORT.SWITchover.Delay.STATe
app.SCPI.SYSTem.PORT.SWITchover.Delay.STATe = False
Equivalent Softkeys System > Misc Setup > Port Switchover Delay { On / OFF }