![Copper Mountain Technologies PLANAR TR1300/1 Programming Manual Download Page 271](http://html1.mh-extra.com/html/copper-mountain-technologies/planar-tr1300-1/planar-tr1300-1_programming-manual_2666189271.webp)
COM Server Commands
271
SCPI.SENSe(
Ch
).VVM.TABLe.REMove(Index)
Object Type
Method (Index as long)
Target
Channel
Ch
,
Ch
Description
Removes a table row with a vector voltmeter measurement index
<numeric>
The row number in the table which will be
removed.
Syntax
app.SCPI.SENSe(
Ch
).VVM.TABLe.REMove(Index)
Equivalent
Softkeys
Stimulus > Vector Voltmeter > Data Table > Remove Data
SCPI.SENSe(
Ch
).VVM.TABLe.SAVE(Name)
Object Type
Method (Name as string)
Target
Channel
Ch
,
Ch
Description
Saves the table into CSV file.
Syntax
app.SCPI.SENSe(
Ch
).VVM.TABLe.SAVE("Test.csv")
Notes
If the full path of the file is not specified, the \CSV subdirectory of the
main directory will be searched for the file. The file has *.csv extension
by default.
Equivalent
Softkeys
Stimulus > Vector Voltmeter > Data Table > Save Table to CSV