Write/Read |
About Exporting Data |
Description |
Sets and reads the data format to use when exporting time domain data. To export data, use ExportTimeDomainTextFileWithSpecifiedDefaults Method. |
VB Syntax |
doc.ExportTimeDomainTextFileDataFormat = value |
Variable |
(Type) - Description |
doc |
(object) - A PLTSDoc object |
value |
(Enum as pltsTimeDomainTextFileDataFormat) Data format. Choose from: 0 - StepReal 1 - ImpulseReal 2 - StepVolts 3 - ImpulseVolts 4 - StepLog 5 - ImpulseLog 6 - StepImpedance |
Return Type |
Enum |
Default |
0 - StepReal |
Examples |
doc.ExportTimeDomainTextFileDataFormat = StepReal |
C++ Syntax |
HRESULT get_ExportTimeDomainTextFileDataFormat(tag pltsFreqDomainTextFileDataFormat *Value); HRESULT put_ExportTimeDomainTextFileDataFormat(tag pltsFreqDomainTextFileDataFormatValue); |
Interface |
IPLTSDoc |