Write/Read |
About Exporting Data |
Description |
Sets and reads the data format to use when exporting frequency domain data. To export data, use ExportFreqDomainTextFileWithSpecifiedDefaults Method. |
VB Syntax |
doc.ExportFreqDomainTextFileDataFormat = value |
Variable |
(Type) - Description |
doc |
(object) - A PLTSDoc object |
value |
(Enum as pltsFreqDomainTextFileDataFormat) Data format. Choose from: 0 - RI 1 - LogMag 2 - Linear 3 - Phase |
Return Type |
Enum |
Default |
0 - RI |
Examples |
doc.ExportFreqDomainTextFileDataFormat = LogMag |
C++ Syntax |
HRESULT get_ExportFreqDomainTextFileDataFormat(tag pltsFreqDomainTextFileDataFormat *Value); HRESULT put_ExportFreqDomainTextFileDataFormat(tag pltsFreqDomainTextFileDataFormatValue); |
Interface |
IPLTSDoc |