Write-only |
About Auto Port Extensions |
Description |
Measures either an OPEN or SHORT standard. When this command is sent, the VNA acquires the measurement with which to set automatic port extensions. Learn more about choosing which standard to measure. |
VB Syntax |
fixture.AutoPortExtMeasure value |
Variable |
(Type) - Description |
fixture |
A Fixturing (object) |
value |
(Enum as NAAutoPortExtMeasure) 0 - naAPEM_OPEN - Measure OPEN 1 - naAPEM_SHORT - Measure SHORT |
Return Type |
ENUM |
Default |
Not Applicable |
Examples |
fixture.AutoPortExtMeasure naAPEM_OPEN |
C++ Syntax |
HRESULT get_AutoPortExtMeasure(tagNAAutoPortExtMeasure *pVal ); |
Interface |
IFixturing2 |