nixnet.system.device

class nixnet.system._device.Device(handle: int)[source]

Bases: object

Physical XNET devices in the system.

property form_fac: DevForm

XNET board form factor.

Type:

nixnet._enums.DevForm

property intf_refs: SystemCollection

Interfaces associated with this device.

Type:

iter of nixnet.system._interface.Interface

property intf_refs_all: SystemCollection

Interfaces associated with this device.

This Includes those not equipped with a Transceiver Cable.

Type:

iter of nixnet.system._interface.Interface

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