COM Object Model

The COM objects provided for the E5071C are structured hierarchically as shown below.

 

Application Objects

The Application objects are at the top of the hierarchy of the E5071C COM object model. They consist of 7 objects dedicated to the COM interface and SCPI objects corresponding to SCPI commands.

 

SCPI Objects

The SCPI objects are created to realize the SCPI commands of the E5071C with the COM interface.

The conversion rules from the SCPI commands when writing SCPI object messages are as follows:

SCPI command

COM object

OUTPUT 717;":SOUR1:POW -10"

SCPI.SOURce(1).POWer.LEVel.IMMediate.AMPLitude = -10

OUTPUT 717;":SENS1:CORR:COLL:METH:TYPE?"
ENTER 717;A$

A = SCPI.SENSe(1).CORRection.COLLect.METHod:TYPE

OUTPUT 717;"*CLS"

SCPI.IEEE4882.CLS