Read/Write
 

ThruCalMethod Property - Superseded


Description

This command is replaced by PathThruMethod Property.

Sets and returns the method for performing the thru portion of the calibration.

VB Syntax

obj.ThruCalMethod = value

Variable

(Type) - Description

obj

SMCType (object)

or

VMCType (object)

value

(String)  Specifies the Thru method. Case insensitive - include spaces. Choose from:

"Default"

"Flush Thru" or  "FLUSH"

"Unknown Thru" or "UNKN"

"Adapter Removal" or "ADAP"

Return Type

String

Default

Default

Examples

SMC.ThruCalMethod = "UNKN"

C++ Syntax

HRESULT put_ThruCalMethod(enum NAThruCalMethod thruMethod);

HRESULT get_ThruCalMethod(enum NAThruCalMethod *thruMethod);

Interface

SMCType

VMCType