Click or drag to resize

AdapterBoardConfigConfig Property

The PortConfig to be applied to Port. Note: It's a short-cut to the first element in PortConfigCollection

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public PortConfig Config { get; set; }

Property Value

PortConfig
Remarks

Adapter boards can be physically connected to one of several possible ports. The ports and their correspondig PortConfig are managed by PortConfigCollection.

This property is short-cut to PortConfigCollection and references the first element. It is maintained for backwards-compatibility.

See Also