Agilent Technologies 93000 SOC Series Training Manual page 411

Mixed-signal training
Hide thumbs Also See for 93000 SOC Series:
Table of Contents

Advertisement

For data related to analog module and routing settings, the data
container specifier is two keywords such as follows:
Analog.AWG("Ain").vOffset(0.5 V);
Routing.pin("Ain").connect(TM:SINGLE);
The following show the behavior of these statements.
Specifier: points to a sub-container of setting data for the
Analog.AWG("Ain").vOffset(0.5 V);
Specifier
Function: accesses to data in the specified sub-container.
In this example, this function changes the
offset voltage to 0.5 V.
Behavior of "Analog" Statement
Routing.pin("Ain").connect(TM::SINGLE);
Specifier
Function: accesses to data in the specified sub-container.
In this example, this function sets the connection
conditions for the "Ain" pin.
Behavior of "Routing" Statement
To change parameters for a specified analog module or set
conditions for routing, the test method API is used as follows:
DataCategory.Module(parameters).func-1.func-2...;
To get the raw measurement data or the current setting from a
specified module, the test method API is used as follows:
result = DataCategory.Module(parameters).func-1;
Lesson 1 – Test Method Structure
specified module in a data container of primary
analog set for a test suite.
Function
Specifier: points to a sub-container of setting data for the
specified module in a data container of primary
routing set for a test suite.
Function
Analog
AWG("Ain")
Sampling Rate = 1 MHz
Trigger Delay = 0 ns
Offset Voltage = 0.5 V
Filter = 1.3 kHz
Attenuation = 0.70 dB
Start Label = "1kH_Start"
Trigger Line Status = Disable
Routing
pin("Ain")
connect target = "core"
connect mode = SINGLE
:
Primary = not set
411

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents