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

  • 0 – Success
  • 1 – AC simulation name does not exist OR file path cannot be created.
VB Example:  

obj.ScrExportVprobeData("AC Sweep 1", "C:\Files\probe_data.vpb")

IPY Example:  

oDoc.ScrExportVprobeData('AC Sweep 1', 'C:/Files/probe_data.vpb')