Write/Read |
About Port Extensions |
Description |
Sets and returns the Use2 ON/OFF state for the use of the PortLoss2 and PortFreq2 values for the specified port number. Note: This command affects ALL measurements on the channel. |
VB Syntax |
fixture.PortExtUse2(port) = value |
Variable |
(Type) - Description |
fixture |
A Fixturing (object) |
port |
(Integer) Port number to receive Use2 ON / OFF state. |
value |
(Boolean) False - Turns Use1 OFF True - Turns Use1 ON |
Return Type |
Boolean |
Default |
False |
Examples |
fixture.PortExtUse2(2) = False 'Write |
value = fixture.PortExtUse2(1) 'Read |
|
C++ Syntax |
HRESULT get_PortExtUse2(short port VARIANT_BOOL *pVal) |
Interface |
IFixturing |