nixnet.system.system

class nixnet.system.system.System[source]

Interact with the NI driver and interface hardware.

property databases: AliasCollection

Operate on systems’s database’s aliases

Type:

nixnet.system._databases.AliasCollection

property dev_refs: SystemCollection

Physical XNET devices in the system.

Type:

iter of nixnet.system._device.Device

property intf_refs: SystemCollection

Available interfaces on the system.

Type:

iter of nixnet.system._interface.Interface

property intf_refs_all: SystemCollection

Available interfaces on the system.

This Includes those not equipped with a Transceiver Cable.

Type:

iter of nixnet.system._interface.Interface

property intf_refs_can: SystemCollection

Available interfaces on the system (CAN Protocol).

Type:

iter of nixnet.system._interface.Interface

property intf_refs_lin: SystemCollection

Available interfaces on the system (LIN Protocol).

Type:

iter of nixnet.system._interface.Interface

property ver: DriverVersion

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