ScrExportVprobeData
|
Exports voltage probe data for a specified AC sweep to a text file. |
|
| UI Command: | None. |
| Syntax: | obj.ScrExportVprobeData(<acSimName>, <bstrVprobeFilePath>) |
| Parameters: |
BSTR acSimName BSTR bstrVprobeFilePath (include file extension *.vpb) |
| Return Value: |
INT
|
| VB Example: |
obj.ScrExportVprobeData("AC Sweep 1", "C:\Files\probe_data.vpb") |
| IPY Example: |
oDoc.ScrExportVprobeData('AC Sweep 1', 'C:/Files/probe_data.vpb') |