COM Server Commands
269
SCPI.SENSe(
Ch
).VVM.TABLe.CLEar
Object Type
Method
Target
Channel
Ch
,
Ch
Description
Clears all data from the vector voltmeter measurement table.
Syntax
app.SCPI.SENSe(Ch).VVM.TABLe.CLEar
Equivalent
Softkeys
Stimulus > Vector Voltmeter > Data Table > Clear Table
SCPI.SENSe(
Ch
).VVM.TABLe.DATA
Object Type
Property (read only)
Data Type
Variant (Double array)
Target
Channel
Ch
,
Ch
Description
Returns data table of the vector voltmeter (query only).
The array has the following format:
{<Flag1>, <N>,
<Abs.Mag 1>, <Abs.Phase 1> [,<Rel.Mag 1>] [,<Rel.Phase 1>],
…
<Abs.Mag N>, <Abs.Phase N> [,<Rel.Mag N>] [,<Rel.Phase N>]},
Where:
<Flag1> reference value, 0 – is not specified, 1 – is specified,
N – rows number in the data table;
<Abs.Mag i>, <Abs.Phase i> - measurement data of a vector voltmeter;
[,<Rel.Mag i>] [,<Rel.Phase i>] - measurement data relative to the
reference value (if specified).
Syntax
Dim Data As Variant
Data = app.SCPI.SENSe(
Ch
).VVM.TABLe.DATA
Equivalent
Softkeys
None