Click or drag to resize

SystemAPIResetToDefaults Method

Resets all Process Variables and Configurations to their default values.

Namespace: RAYLASE.SPICE3.ClientLib
Assembly: RAYLASE.SPICE3.ClientLib (in RAYLASE.SPICE3.ClientLib.dll) Version: 3.4.1
Syntax
C#
public void ResetToDefaults()
Remarks
  • Resets all configurations on the connected cards to their defaults.

    The default configurations are those currently in the card's local storage. They can also be loaded explicitly by using LoadConfig.

  • Current execution (if any) will be aborted, and all CommandLists currently in the card's volatile memory will be deleted.

See Also