Write/Read |
About Phase Reference Cals |
Description |
Sets and returns the enable state for the specified port. |
VB Syntax |
phaseRef.IncludePort (n)= value |
Variable |
(Type) - Description |
object |
PhaseReferenceCalibration (object) |
n |
(Long) Port number to enable or disable. |
value |
(Boolean) Port enable state. Choose from: True - Enable port <n> False - Disable port <n> |
Return Type |
Boolean |
Default |
Ports 1 and 2 are enabled. Ports 3 and 4 (if present) are disabled |
Examples |
phaseRef.IncludePort(3) = True |
value = phaseRef.IncludePort(3) 'Read |
|
C++ Syntax |
HRESULT get_IncludePort(Long port, VARIANT_BOOL *value) HRESULT put_IncludePort(Long port, VARIANT_BOOL value) |
Interface |
IPhaseReference2 |