Write/Read |
About Exporting Data |
Description |
Sets and reads the Step frequency to use when exporting frequency domain data and ExportDataRange Property is set to Subset. This effectively sets the number of data points for each parameter exported. To export data, use ExportFreqDomainTextFileWithSpecifiedDefaults Method. |
VB Syntax |
doc.ExportStepFreqMHz = value |
Variable |
(Type) - Description |
doc |
(object) - A PLTSDoc object |
value |
(Double) Step frequency (in MHz) of exported data. |
Return Type |
Double |
Default |
-1 (Use the step frequency of the original data) |
Examples |
doc.ExportStepFreqMHz = 10 |
C++ Syntax |
HRESULT get_ExportStepFreqMHz(Double *Value); HRESULT put_ExportStepFreqMHz(Double Value); |
Interface |
IPLTSDoc |