Write/Read
About Source Power Cal
About PMAR

UncertaintyModel Property


Description

Sets and returns the name assigned to a specific power meter model among those available for uncertainty (see UncertaintyModelCatalog).

 VB Syntax

pwrSensor.UncertaintyModel = value

Variable

(Type) - Description

pwrSensor

A PowerSensorUncertainty (Object)

value

(String) -Name of power meter model.

Return Type

String

Default

Not Applicable

Examples

pwrSensor.UncertaintyModel = "N8488A" 'Write

value = pwrSensor.UncertaintyModel 'Read

C++ Syntax

HRESULT put_UncertaintyModel(BSTR pVal);

HRESULT get_UncertaintyModel(BSTR *pVal);

Interface

IPowerSensorUncertainty