SCPI Command
SENSe<Ch>:VVM:TABLe:DATA
Returns data table of the vector voltmeter. 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). |
---|
query only |
Channel <Ch>,
<Ch>={[1]|2|...|9}
<numeric 1>,<numeric 2>,…<numeric 2+N×(2+M×2)>
Where:
N – number of table rows,
M – flag value Flag1
None
Equivalent COM Command
SCPI.SENSe(Ch).VVM.TABLe.DATA
Data = app.SCPI.SENSe(Ch).VVM.TABLe.DATA
Variant (Double array) (read only)
Back to SENSe
Back to Command Finder
Back to Command Finder (From User Interface)