Write-only |
About Exporting Data |
Description |
Export time domain data. Export parameters are specified using separate commands. Learn more. You can also export data and specify parameters using a single command. Learn how. |
VB Syntax |
doc.ExportTimeDomainTextFileWithSpecifiedDefaults fileName |
Variable |
(Type) - Description |
doc |
(object) - A PLTSDoc object |
fileName |
(String) Full path, file name, and suffix of exported file. |
Return Type |
None |
Default |
None |
Examples |
doc.ExportTimeDomainTextFileWithSpecifiedDefaults "C:/PLTS/MyDut.txt" |
C++ Syntax |
HRESULT ExportTimeDomainTextFileWithSpecifiedDefaultsWithSpecifiedDefaults(BSTR fileName) |
Interface |
IPLTSDocument |