ScrSetTouchstoneExportFormatToDb

Sets the magnitude format in exported touchstone files.

UI Command:   None.
Syntax:   obj.ScrSetTouchstoneExportFormatToDb(<exportInDb>)
Parameters:  

BOOL exportInDb (TRUE = magnitude is specified in decibels [log of the magnitude]; FALSE = default settings)

Return Value:  

None.

VB Example:  

obj.ScrSetTouchstoneExportFormatToDb True

IPY Example:  

oDoc.ScrSetTouchstoneExportFormatToDb(1)