Click or drag to resize

AdapterBoardConfig Class

Configuration used to describe and set up an adapter board. Nearly, all properties will be stored externally on the board's EERPOM if available./>
Inheritance Hierarchy
SystemObject
  RAYLASE.SPICE3ConfigBase
    RAYLASE.SPICE3AdapterBoardConfig

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public class AdapterBoardConfig : ConfigBase

The AdapterBoardConfig type exposes the following members.

Constructors
 NameDescription
Public methodAdapterBoardConfig Creates a new AdapterBoardConfig configuration initialized by its default values.
Top
Properties
 NameDescription
Public propertyBoardVersion Version of this adapter board.
Public propertyCardID ID to identify the type of the adapter board.
Public propertyConfig The PortConfig to be applied to Port. Note: It's a short-cut to the first element in PortConfigCollection
Public propertyFpgaVersion Version of this adapter boards FPGA-image if there is one.
Public propertyName Name to identify this configuration (not stored in the adapter board's EEPROM).
Public propertyPort The IOPort associated with to the Config. Note: It's a short-cut to the first element in PortConfigCollection
Public propertyPortConfigCollection The definitions for all available IOPorts and their corresponding PortConfigs.
Public propertyVendorID ID of the card's vendor.
Top
Methods
 NameDescription
Public methodStatic memberLoad Loads a new configuration instance from the specified file.
Public methodSave Saves the configuration to the specified file. If the specified file exists, this method overwrites it.
Top
Fields
 NameDescription
Public fieldStatic memberCurrentConfigVersion Highest supported Version by this library.
Public fieldStatic memberRaylaseVendorID The vendor ID for adapter boards designed by RAYLASE.
Top
See Also