Click or drag to resize

SystemConfigStandAloneListID Property

Specifies the list that should be executed when stand-alone mode is enabled.

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

Property Value

Int32
Remarks
The list with this ID is executed when stand-alone mode is enabled. Note that the list must be stored on the card before using Store(Int32)
See Also