Read-only
About Source Power Cal

LastCalPassedTolerance Property


Description

Returns the pass / fail status of the tolerance limits of the target power from the most recent source power cal.

 VB Syntax

value = pwrCal.LastCalPassedTolerance

Variable

(Type) - Description

pwrCal

(object) – A SourcePowerCalibrator (object)

value

(boolean) -  

False  – Source power cal did NOT achieve the specified tolerance limits.

True  – Source power cal DID achieve the specified tolerance limits.

Return Type

Boolean

Default

Not Applicable

Examples

status = powerCal.LastCalPassedTolerance 'Read

C++ Syntax

HRESULT get_LastCalPassedTolerance(VARIANT_BOOL *bState);

Interface

ISourcePowerCalibrator7


Last Modified:

17-Mar-2010

MX New topic