Outports, Position – EXFO IQS-12004B DWDM Passive Component Test System for IQS-500 User Manual
Page 353

COM Objects Reference
DWDM Passive Component Test System
341
Switch Interface—Properties
Switch
OutPorts
Description
This read-only property returns the number of
Out (output) ports of the switch.
Syntax
object.OutPorts
Parameters
None
Response
A Long value
Access
Get
Switch
Position
Description
This property returns or sets a value that determines the active
output port of the switch.
Syntax
object.Position = [PortNumber]
If the property is used to set the position, PortNumber is a Long
value that specifies the port number to set as the active output
port. This value must be comprised between 1 and the available
number of Out ports of the switch.
Parameters
If this property is used to set the active output port number, use
a Long value.
Response
If this property is used to get the active output port number, a
Long value will be returned.
Access
Get/Let