nixnet.system.device

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

Bases: object

Physical XNET devices in the system.

form_fac

XNET board form factor.

Type:nixnet._enums.DevForm
intf_refs

Interfaces associated with this device.

Type:iter of nixnet.system._interface.Interface
intf_refs_all

Interfaces associated with this device.

This Includes those not equipped with a Transceiver Cable.

Type:iter of nixnet.system._interface.Interface
num_ports

The number of physical port connectors on the XNET board.

Type:int
num_ports_all

The number of physical port connectors on the XNET board.

This Includes those not equipped with a Transceiver Cable.

Type:int
product_name

The XNET device product name.

Type:str
product_num

The numeric portion of the XNET device product name.

Type:int
ser_num

Serial number associated with the XNET device.

Type:int
slot_num

Physical slot where the module is located within a chassis.

Type:int