nixnet.system.device
- class nixnet.system._device.Device(handle: int)[source]
Bases:
objectPhysical XNET devices in the system.
- property intf_refs: SystemCollection
Interfaces associated with this device.
- Type:
- property intf_refs_all: SystemCollection
Interfaces associated with this device.
This Includes those not equipped with a Transceiver Cable.
- Type:
- property num_ports: int
The number of physical port connectors on the XNET board.
- Type:
int
- property num_ports_all: int
The number of physical port connectors on the XNET board.
This Includes those not equipped with a Transceiver Cable.
- Type:
int
- property product_name: str
The XNET device product name.
- Type:
str
- property product_num: int
The numeric portion of the XNET device product name.
- Type:
int
- property ser_num: int
Serial number associated with the XNET device.
- Type:
int
- property slot_num: int
Physical slot where the module is located within a chassis.
- Type:
int