nixnet.system.system

class nixnet.system.system.System[source]

Interact with the NI driver and interface hardware.

databases

Operate on systems’s database’s aliases

Type:nixnet.system._databases.AliasCollection
dev_refs

Physical XNET devices in the system.

Type:iter of nixnet.system._device.Device
intf_refs

Available interfaces on the system.

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

Available interfaces on the system.

This Includes those not equipped with a Transceiver Cable.

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

Available interfaces on the system (CAN Protocol).

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

Available interfaces on the system (LIN Protocol).

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

The driver version (larger numbers imply a newer version).

Use this for:

  • Determining the driver functionality or release date
  • Determining upgrade availability
Type:nixnet.types.DriverVersion