Agilent Technologies 81250 System Programming Manual And Scpi Reference page 330

Parallel bit error ratio tester
Hide thumbs Also See for 81250:
Table of Contents

Advertisement

Concepts
Agilent 81250 Parallel Bit Error Ratio Tester, Programming Reference, March 2006
Artisan Technology Group - Quality Instrumentation ... Guaranteed | (888) 88-SOURCE | www.artisantg.com
As the base h command was defined with parameter scope, as soon as
the definition for SegB ends, so does the scope of the base h command.
The base reverts to that of the previously defined base w.
Then, still within vector variable scope, base d is defined. This remains
the base until the end of the vector variables definition.
:vectorVariablesDefinitions:
{
:base: w
:paraPatternVar:
{
:name: SegA
:vectors:
{
1101110110101
}
}
:paraPatternVar:
{
:name: SegB
:base: h
:vectors:
{
f7df
}
}
# vector variable scope
# base w is valid
:base: d
:paraPatternVar:
{
:name: SegC
:vectors:
{
243
}
}
}
Segment Import and Export Language
#start of vector variable scope
# start of pattern scope
# base h is valid
#
#
#
#
# until here
# base d supersedes base w
# end of vector variable scope
329

Advertisement

Table of Contents
loading

Table of Contents