Write-only
About SMC Phase

MixerCharacterizationFile Property


Description

Set the filename of the S2P file used to characterize the calibration mixer

 VB Syntax

smc.MixerCharacterizationFile = value

Variable

(Type) - Description

smc

An SMCType (object)

value

(String) Full path, file name, and extension of the mixer characterization file.

Return Type

String

Default

Not applicable

Example

SMC.MixerCharacterizationFile = "C:\Program Files(x86)\Keysight\Network Analyzer\Documents\default.S2P"

C++ Syntax

HRESULT put_MixerCharacterizationFile(BSTR Value);

Interface

SMCType5