Chapter 2 SCPI Device Message Detail
2-866
Parameter list format
Table 2.17-4 lists the parameter list example.
Table 2.17-4 Parameter List Example (OBW Measurement)
<?xml version="1.0" encoding="UTF-8"?>
<SignalAnalyzerProject>
<ProjectDefine>
<Attribute Name="Type" Value="Application" />
<Attribute Name="Name" Value="Batch Parameter List" />
<Attribute Name="FileVersion" Value="1.0.0.0" />
</ProjectDefine>
<Params>
<SystemTemplate>
<Attribute Name="ListString" Value="OBW1" />
<Attribute Name="CommandArg" Value="OBW1" />
<Attribute Name="AcpDefault" Value="OBW1" />
</SystemTemplate>
<ObwParams Name="OBW1">
<ParamDefine>
<Attribute Name="ListString" Value="OBW1" />
<Attribute Name="CommandArg" Value="OBW1" />
</ParamDefine>
<CommonParams>
<Attribute Name="Trace Points" Value="1001" />
<Attribute Name="Span Freq." Value="10000000" />
<Attribute Name="RBW Value" Value="30kHz" />
<Attribute Name="Detection" Value="RMS" />
<Attribute Name="Sweep Time Switch" Value="Auto" />
<Attribute Name="Auto Sweep Time Select" Value="Normal" />
<Attribute Name="OBW Method" Value="N%" />
<Attribute Name="OBW N Ratio" Value="9900" />
</CommonParams>
</ObwParams>
</Params>
</SignalAnalyzerProject>
The description method consists in describing the parameter name to be
set in the Name attribute in the Attribute element, and the setting value
in Value. The parts in bold characters in Table 2.17-4 are an actual
setting example. Describe all other parts the same as in Table 2.17-4.