Write/Read
About Source Power Cal
About PMAR

UncertaintyFile Property


Description

Sets and returns a custom model uncertainty file containing all of the power meter uncertainty properties. When this command is executed, the model name is automatically set to "CustomFile".

 VB Syntax

pwrSensor.UncertaintyFile = value

Variable

(Type) - Description

pwrSensor

A PowerSensorUncertainty (Object)

value

(String) -Custom file name.

Return Type

String

Default

Not Applicable

Examples

pwrSensor.UncertaintyFile = "C:\U8485A_MY55140018.dat" 'Write

value = pwrSensor.UncertaintyFile 'Read

C++ Syntax

HRESULT put_UncertaintyFile(BSTR *pVal);

HRESULT get_UncertaintyFile(BSTR pVal);

Interface

IPowerSensorUncertainty