IEEE488

SCPI.IEEE4882.CLS

Attribute Detail
Object Type Method
Target Status Reporting System
Description Clears the following:
• Error Queue
• Status Byte Register
• Standard Event Status Register
• Operation Status Event Register
• Questionable Status Event Register
• Questionable Limit Status Event Register
• Questionable Limit Channel Status Event Register
Syntax app.SCPI.IEEE4882.CLS
Equivalent Softkeys None

SCPI.IEEE4882.IDN
Attribute Detail
---
Object Type Property (read only)
Data Type String
Target Analyzer
Description The analyzer information string. The string format: ''{manufacturer}, {model}, {serial number}, {software version/firmware version}''.
Range up to 40 characters
Syntax Dim ID As String
ID = app.NAME
Equivalent Softkeys None

SCPI.IEEE4882.OPC

Attribute Detail
Object Type Property (read/write)
Data Type Long
Target Status Reporting System
Description Read 1 when all pending operations are complete. Note: since COM server executes commands sequentially and any operation is complete before COM server returns control the OPC read command doesn't wait anything.
Write form of the command sets 1 the OPC bit (bit 0) of the Standard Event Status Register when all of pending operations complete. In the COM programming this is dummy operation.
Syntax Value = app.SCPI.IEEE4882.OPC
app.SCPI.IEEE4882.OPC = Dummy
Equivalent Softkeys None
SCPI.IEEE4882.RST
Attribute Detail
---
Object Type Method
Target Analyzer
Description Restores the default settings of the analyzer. There is difference from presetting the analyzer with the SCPI.SYSTem.PRESet method – in this case the trigger mode is set to Hold.
Syntax app.SCPI.IEEE4882.RST
Equivalent Softkeys None

SCPI.IEEE4882.TRG

Attribute Detail
Object Type Method
Target Analyzer
Description If the trigger source is set to GPIB/LAN (SCPI.TRIGger.SEQuence.SOURce property is set to ''BUS'' ), triggers a sweep.
If the trigger source is not set to the bus (SCPI.TRIGger.SEQuence.SOURce property is not set to ''BUS'' ) or the analyzer is not waiting for a trigger, the method is ignored.
Syntax app.SCPI.IEEE4882.TRG
Related Commands SCPI.TRIGger.SEQuence.SOURce
SCPI.INITiate(Ch).CONTinuous
SCPI.INITiate(Ch).IMMediate
Equivalent Softkeys None

SCPI.IEEE4882.WAI
Attribute Detail
---
Object Type Method
Target Analyzer
Description Waits for the execution of all commands sent before this command.
Note: since COM server executes commands sequentially and any operation is complete before COM server returns control the WAI command doesn't wait anything.
Syntax app.SCPI.IEEE4882.WAI
Equivalent Softkeys None

SCPI.STATus.OPERation.CONDition

Attribute Detail
Object Type Property (read only)
Data Type Long
Target IEE488.2 Status Reporting System (Appendix 1)
Description Operation Status Condition Register.
Syntax Dim Value As Long
Value = app.SCPI.STATus.OPERation.CONDition
Equivalent Softkeys None

SCPI.STATus.OPERation.ENABle

Attribute Detail
Object Type Property (read/write)
Data Type Long
Target IEE488.2 Status Reporting System (Appendix 1)
Description Operation Status Enable Register.
Range from 0 to 65535
Preset Value 0
Syntax Dim Value As Long
Value = app.SCPI.STATus.OPERation.ENABle
app.SCPI.STATus.OPERation.ENABle = Value
Equivalent Softkeys None

SCPI.STATus.OPERation.EVENt

Attribute Detail
Object Type Property (read only)
Data Type Long
Target IEE488.2 Status Reporting System (Appendix 1)
Description Operation Status Event Register.
Syntax Dim Value As Long
Value = app.SCPI.STATus.OPERation.EVENt
Equivalent Softkeys None

SCPI.STATus.OPERation.NTRansition

Attribute Detail
Object Type Property (read/write)
Data Type Long
Target IEE488.2 Status Reporting System (Appendix 1)
Description Negative Transition Filter of the Operation Status Register.
Range from 0 to 65535
Preset Value 0
Syntax Dim Value As Long
Value = app.SCPI.STATus.OPERation.NTRansition
app.SCPI.STATus.OPERation.NTRansition = Value
Equivalent Softkeys None

SCPI.STATus.OPERation.PTRansition

Attribute Detail
Object Type Property (read/write)
Data Type Long
Target IEE488.2 Status Reporting System (Appendix 1)
Description Positive Transition Filter of the Operation Status Register.
Range from 0 to 65535
Preset Value 65535
Syntax Dim Value As Long
Value = app.SCPI.STATus.OPERation.PTRansition
app.SCPI.STATus.OPERation.PTRansition = Value
Equivalent Softkeys None

SCPI.STATus.QUEStionable.CONDition

Attribute Detail
Object Type Property (read only)
Data Type Long
Target IEE488.2 Status Reporting System (Appendix 1)
Description Questionable Status Condition Register.
Syntax Dim Value As Long
Value = app.SCPI.STATus.QUEStionable.CONDition
Equivalent Softkeys None

SCPI.STATus.QUEStionable.ENABle

Attribute Detail
Object Type Property (read/write)
Data Type Long
Target IEE488.2 Status Reporting System (Appendix 1)
Description Questionable Status Enable Register.
Range from 0 to 65535
Preset Value 0
Syntax Dim Value As Long
Value = app.SCPI.STATus.QUEStionable.ENABle
app.SCPI.STATus.QUEStionable.ENABle = Value
Equivalent Softkeys None

SCPI.STATus.QUEStionable.EVENt

Attribute Detail
Object Type Property (read only)
Data Type Long
Target IEE488.2 Status Reporting System (Appendix 1)
Description Questionable Status Event Register.
Syntax Dim Value As Long
Value = app.SCPI.STATus.QUEStionable.EVENt
Equivalent Softkeys None

SCPI.STATus.QUEStionable.LIMit.CHANnel(Ch).CONDition

Attribute Detail
Object Type Property (read only)
Data Type Long
Target IEE488.2 Status Reporting System (Appendix 1)
Description Questionable Limit Channel Status Condition Register for channel Ch,
Ch: channel number 1–16 (see Table 1 on page 25)
Syntax Dim Value As Long
Value = app.SCPI.STATus.QUEStionable.LIMit.CHANnel(Ch).CONDition
Equivalent Softkeys None

SCPI.STATus.QUEStionable.LIMit.CHANnel(Ch).ENABle

Attribute Detail
Object Type Property (read/write)
Data Type Long
Target IEE488.2 Status Reporting System (Appendix 1)
Description Questionable Limit Channel Status Enable Register for channel Ch,
Ch: channel number 1–16 (see Table 1 on page 25)
Range from 0 to 65535
Preset Value 0
Syntax Dim Value As Long
Value = app.SCPI.STATus.QUEStionable.LIMit.CHANnel(Ch).ENABle
app.SCPI.STATus.QUEStionable.LIMit.CHANnel(Ch).ENABle = Value
Equivalent Softkeys None

SCPI.STATus.QUEStionable.LIMit.CHANnel(Ch).EVENt

Attribute Detail
Object Type Property (read only)
Data Type Long
Target IEE488.2 Status Reporting System (Appendix 1)
Description Questionable Limit Channel Status Event Register for channel Ch,
Ch: channel number 1–16 (see Table 1 on page 25)
Syntax Dim Value As Long
Value = app. SCPI.STATus.QUEStionable.LIMit.CHANnel(Ch).EVENt
Equivalent Softkeys None

SCPI.STATus.QUEStionable.LIMit.CHANnel(Ch).NTRansition

Attribute Detail
Object Type Property (read/write)
Data Type Long
Target IEE488.2 Status Reporting System (Appendix 1)
Description Negative Transition Filter of the Questionable Limit Channel Status Register for channel Ch,
Ch: channel number 1–16 (see Table 1 on page 25)
Range from 0 to 65535
Preset Value 0
Syntax Dim Value As Long
Value = app.SCPI.STATus.QUEStionable.LIMit.CHANnel(Ch).NTRansition
app.SCPI.STATus.QUEStionable.LIMit.CHANnel(Ch).NTRansition = Value
Equivalent Softkeys None

SCPI.STATus.QUEStionable.LIMit.CHANnel(Ch).PTRansition

Attribute Detail
Object Type Property (read/write)
Data Type Long
Target IEE488.2 Status Reporting System (Appendix 1)
Description Positive Transition Filter of the Questionable Limit Channel Status Register for channel Ch,
Ch: channel number 1–16 (see Table 1 on page 25)
Range from 0 to 65535
Preset Value 65535
Syntax Dim Value As Long
Value = app.SCPI.STATus.QUEStionable.LIMit.CHANnel(Ch).PTRansition
app.SCPI.STATus.QUEStionable.LIMit.CHANnel(Ch).PTRansition = Value
Equivalent Softkeys None

SCPI.STATus.QUEStionable.LIMit.CONDition

Attribute Detail
Object Type Property (read only)
Data Type Long
Target IEE488.2 Status Reporting System (Appendix 1).
Description Questionable Limit Status Condition Register.
Syntax Dim Value As Long
Value = app.SCPI.STATus.QUEStionable.LIMit.CONDition
Equivalent Softkeys None

SCPI.STATus.QUEStionable.LIMit.ENABle

Attribute Detail
Object Type Property (read/write)
Data Type Long
Target IEE488.2 Status Reporting System (Appendix 1)
Description Questionable Limit Status Enable Register.
Range from 0 to 65535
Preset Value 0
Syntax Dim Value As Long
Value = app.SCPI.STATus.QUEStionable.LIMit.ENABle
app.SCPI.STATus.QUEStionable.LIMit.ENABle = Value
Equivalent Softkeys None

SCPI.STATus.QUEStionable.LIMit.EVENt

Attribute Detail
Object Type Property (read only)
Data Type Long
Target IEE488.2 Status Reporting System (Appendix 1)
Description Questionable Limit Status Event Register.
Syntax Dim Value As Long
Value = app.SCPI.STATus.QUEStionable.LIMit.EVENt
Equivalent Softkeys None

SCPI.STATus.QUEStionable.LIMit.NTRansition

Attribute Detail
Object Type Property (read/write)
Data Type Long
Target IEE488.2 Status Reporting System (Appendix 1)
Description Negative Transition Filter of the Questionable Limit Status Register.
Range from 0 to 65535
Preset Value 0
Syntax Dim Value As Long
Value = app.SCPI.STATus.QUEStionable.LIMit.NTRansition
app.SCPI.STATus.QUEStionable.LIMit.NTRansition = Value
Equivalent Softkeys None

SCPI.STATus.QUEStionable.LIMit.PTRansition

Attribute Detail
Object Type Property (read/write)
Data Type Long
Target IEE488.2 Status Reporting System (Appendix 1)
Description Positive Transition Filter of the Questionable Limit Status Register.
Range from 0 to 65535
Preset Value 65535
Syntax Dim Value As Long
Value = app.SCPI.STATus.QUEStionable.LIMit.PTRansition
app.SCPI.STATus.QUEStionable.LIMit.PTRansition = Value
Equivalent Softkeys None

SCPI.STATus.QUEStionable.NTRansition

Attribute Detail
Object Type Property (read/write)
Data Type Long
Target IEE488.2 Status Reporting System (Appendix 1)
Description Negative Transition Filter of the Questionable Status Register.
Range from 0 to 65535
Preset Value 0
Syntax Dim Value As Long
Value = app.SCPI.STATus.QUEStionable.NTRansition
app.SCPI.STATus.QUEStionable.NTRansition = Value
Equivalent Softkeys None

SCPI.STATus.QUEStionable.PTRansition

Attribute Detail
Object Type Property (read/write)
Data Type Long
Target IEE488.2 Status Reporting System (Appendix 1)
Description Positive Transition Filter of the Questionable Status Register.
Range from 0 to 65535
Preset Value 65535
Syntax Dim Value As Long
Value = app.SCPI.STATus.QUEStionable.PTRansition
app.SCPI.STATus.QUEStionable.PTRansition = Value
Equivalent Softkeys None

SCPI.STATus.QUEStionable.RLIMit.CHANnel(Ch).CONDition

Attribute Detail
Object Type Property (read only)
Data Type Long
Target IEE488.2 Status Reporting System (Appendix 1)
Description Questionable Ripple Limit Channel Status Condition Register for channel Ch,
Ch: channel number 1–16 (see Table 1 on page 25)
Syntax Dim Value As Long
Value = app.SCPI.STATus.QUEStionable.RLIMit.CHANnel(Ch).CONDition
Equivalent Softkeys None

SCPI.STATus.QUEStionable.RLIMit.CHANnel(Ch).ENABle

Attribute Detail
Object Type Property (read/write)
Data Type Long
Target IEE488.2 Status Reporting System (Appendix 1)
Description Questionable Ripple Limit Channel Status Enable Register for channel Ch,
Ch: channel number 1–16 (see Table 1 on page 25)
Range from 0 to 65535
Preset Value 0
Syntax Dim Value As Long
Value = app.SCPI.STATus.QUEStionable.RLIMit.CHANnel(Ch).ENABle
app.SCPI.STATus.QUEStionable.RLIMit.CHANnel(Ch).ENABle = Value
Equivalent Softkeys None

SCPI.STATus.QUEStionable.RLIMit.CHANnel(Ch).EVENt

Attribute Detail
Object Type Property (read only)
Data Type Long
Target IEE488.2 Status Reporting System (Appendix 1)
Description Questionable Ripple Limit Channel Status Event Register for channel Ch,
Ch: channel number 1–16 (see Table 1 on page 25)
Syntax Dim Value As Long
Value = app.SCPI.STATus.QUEStionable.RLIMit.CHANnel(Ch).EVENt
Equivalent Softkeys None

SCPI.STATus.QUEStionable.RLIMit.CHANnel(Ch).NTRansition

Attribute Detail
Object Type Property (read/write)
Data Type Long
Target IEE488.2 Status Reporting System (Appendix 1)
Description Negative Transition Filter of the Questionable Ripple Limit Channel Status Register for channel Ch,
Ch: channel number 1–16 (see Table 1 on page 25)
Range from 0 to 65535
Preset Value 0
Syntax Dim Value As Long
Value = app.SCPI.STATus.QUEStionable.RLIMit.CHANnel(Ch).NTRansition
app.SCPI.STATus.QUEStionable.RLIMit.CHANnel(Ch).NTRansition = Value
Equivalent Softkeys None

SCPI.STATus.QUEStionable.RLIMit.CHANnel(Ch).PTRansition

Attribute Detail
Object Type Property (read/write)
Data Type Long
Target IEE488.2 Status Reporting System (Appendix 1)
Description Positive Transition Filter of the Questionable Ripple Limit Channel Status Register for channel Ch,
Ch: channel number 1–16 (see Table 1 on page 25)
Range from 0 to 65535
Preset Value 65535
Syntax Dim Value As Long
Value = app.SCPI.STATus.QUEStionable.RLIMit.CHANnel(Ch).PTRansition
app.SCPI.STATus.QUEStionable.RLIMit.CHANnel(Ch).PTRansition = Value
Equivalent Softkeys None

SCPI.STATus.QUEStionable.RLIMit.CONDition

Attribute Detail
Object Type Property (read only)
Data Type Long
Target IEE488.2 Status Reporting System (Appendix 1)
Description Questionable Ripple Limit Status Condition Register.
Syntax Dim Value As Long
Value = app.SCPI.STATus.QUEStionable.RLIMit.CONDition
Equivalent Softkeys None

SCPI.STATus.QUEStionable.RLIMit.ENABle

Attribute Detail
Object Type Property (read/write)
Data Type Long
Target IEE488.2 Status Reporting System (Appendix 1)
Description Questionable Ripple Limit Status Enable Register.
Range from 0 to 65535
Preset Value 0
Syntax Dim Value As Long
Value = app.SCPI.STATus.QUEStionable.RLIMit.ENABle
app.SCPI.STATus.QUEStionable.RLIMit.ENABle = Value
Equivalent Softkeys None

SCPI.STATus.QUEStionable.RLIMit.EVENt

Attribute Detail
Object Type Property (read only)
Data Type Long
Target IEE488.2 Status Reporting System (Appendix 1)
Description Questionable Ripple Limit Status Event Register.
Syntax Dim Value As Long
Value = app.SCPI.STATus.QUEStionable.RLIMit.EVENt
Equivalent Softkeys None

SCPI.STATus.QUEStionable.RLIMit.NTRansition

Attribute Detail
Object Type Property (read/write)
Data Type Long
Target IEE488.2 Status Reporting System (Appendix 1)
Description Negative Transition Filter of the Questionable Ripple Limit Status Register.
Range from 0 to 65535
Preset Value 0
Syntax Dim Value As Long
Value = app.SCPI.STATus.QUEStionable.RLIMit.NTRansition
app.SCPI.STATus.QUEStionable.RLIMit.NTRansition = Value
Equivalent Softkeys None

SCPI.STATus.QUEStionable.RLIMit.PTRansition

Attribute Detail
Object Type Property (read/write)
Data Type Long
Target IEE488.2 Status Reporting System (Appendix 1)
Description Positive Transition Filter of the Questionable Ripple Limit Status Register.
Range from 0 to 65535
Preset Value 65535
Syntax Dim Value As Long
Value = app.SCPI.STATus.QUEStionable.RLIMit.PTRansition
app.SCPI.STATus.QUEStionable.RLIMit.PTRansition = Value
Equivalent Softkeys None

SCPI.STATus.PRESet

Attribute Detail
Object Type Method
Target IEE488.2 Status Reporting System (Appendix 1)
Description Initialization of all registers.
Syntax app.SCPI.STATus.PRESet
Equivalent Softkeys None