SCPI Command
SENSe<Ch>:VVM:TABLe:SAVE <string>
Saves the table into *.CSV file. Note: 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. |
---|
no query |
Channel <Ch>,
<Ch>={[1]|2|...|9}
<string> file name (quoted string)
Stimulus > Vector Voltmeter > Data Table > Save Table to CSV
Equivalent COM Command
SCPI.SENSe(Ch).VVM.TABLe.SAVE(Name)
app.SCPI.SENSe(Ch).VVM.TABLe.SAVE("Test.csv")
Method (Name as string)
Back to SENSe
Back to Command Finder
Back to Command Finder (From User Interface)