Agilent Technologies E5071C Manual page 1309

Hide thumbs Also See for E5071C:
Table of Contents

Advertisement

E5071C
Notational Conventions
This section describes the notational conventions used for the description
of commands reference.
Object Type
Object type describes different types of E5071C COM objects. The E5071C
provides properties and methods as COM objects. COM objects which set
(send)/read (return) the state of the E5071C using variables are defined as
property and COM objects which does other processing are defined as
method.
COM objects used only to read the state of the E5071C are indicated with
"Read-only" and ones used only to set the state of the E5071C are
indicated by "Write-only" . COM object that can both read and write data
to the E5071C are indicated by 'Read-Write'.
Syntax
Syntax describes the syntax for sending a COM object from the E5071C
VBA to the E5071C. The syntax consists of two parts: the object part and
the set/read part, with an equal "=" inserted between them. Variables are
indicated by italicized letters. Variables with () are indices. For indices with
() having their preset values, you can omit "(variable)," and, if omitted,
the preset values are automatically set.
The following table describes the 3 types of syntax for coding using
objects:
Type
"Object (property) =
variable":
variable=object (property):
"Object (method)":
Description
Description describes how to use the COM object or the operation when
executed.
Variable
Variable provides description about different variables that can be used
with the COM objects. It gives the description, data type, allowable range,
preset value, unit, resolution, and notes for variable (italic) shown in the
syntax.
1536
Description
Set the stat of the E5071C.
Read the stat of the E5071C.
Perform some processing in the
E5071C.

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents