Concepts
Segment Import and Export Language
Agilent 81250 Parallel Bit Error Ratio Tester, Programming Reference, March 2006
329
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:
#start of vector variable scope
{
:base: w
:paraPatternVar:
{
:name: SegA
:vectors:
{
1101110110101
}
}
:paraPatternVar:
{
:name: SegB
:base: h
# start of pattern scope
:vectors:
# base h is valid
{
#
f7df
#
}
#
}
#
# until here
# vector variable scope
# base w is valid
:base: d
# base d supersedes base w
:paraPatternVar:
{
:name: SegC
:vectors:
{
243
}
}
}
# end of vector variable scope
Artisan Technology Group - Quality Instrumentation ... Guaranteed | (888) 88-SOURCE | www.artisantg.com