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
- 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:
- property intf_refs_all: SystemCollection
Available interfaces on the system.
This Includes those not equipped with a Transceiver Cable.
- Type:
- property intf_refs_can: SystemCollection
Available interfaces on the system (CAN Protocol).
- Type:
- property intf_refs_lin: SystemCollection
Available interfaces on the system (LIN Protocol).
- Type:
- 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