Write/Read |
About Exporting Data |
Description |
Sets and reads the units to use when exporting frequency domain data. To export data, use ExportFreqDomainTextFileWithSpecifiedDefaults Method. |
VB Syntax |
doc.ExportFreqUnit = value |
Variable |
(Type) - Description |
doc |
(object) - A PLTSDoc object |
value |
(Enum as pltsFreqUnits) Units in which data will be exported. Choose from: 0 - MHz 1 - GHz |
Return Type |
Enum |
Default |
0 - MHz |
Examples |
doc.ExportFreqUnit = GHz |
C++ Syntax |
HRESULT get_ExportFreqUnit(tag pltsFreqUnits *Value); HRESULT put_ExportFreqUnit(tag pltsFreqUnits Value); |
Interface |
IPLTSDoc |