MSS Scripting
The following scripting options are available for data interface functions related to scheduling and the Master Scheduling Service (MSS). See Scripting for general information about scripting in CygNet Software.
COM API
The CxEditors library contains four interfaces for scripting the following dialog box-based editor objects:
- CxEditors.CxMssBlackoutEditor — The CxMssBlackoutEditor object is a dialog box-based editor for Blackout records of the MSS.
- CxEditors.CxMssCmdEditor — The CxMssCmdEditor object is a dialog box-based editor for Command records of the MSS).
- CxEditors.CxMssInfoKeywordEditor — The CxMssInfoKeywordEditor object is a dialog box-based editor for Info Keyword Command records of the MSS.
- CxEditors.CxMssSetPointEditor — The CxMssSetPointEditor object is a dialog box-based editor for SetPoint Command records of the MSS.
.NET API
The .Net CygNet.API library contains the CygNet.API.Schedules namespace to aid in programmatic access to the CygNet Master Scheduling Service (MSS). Methods are available to schedule command tasks (UIS, FMS, and Set Info Keyword), SetPoint tasks, and blackouts via script. The following assemblies are suported:
The CygNet.API assemblies are documented in a standalone help file, CygNet\Bin\CygNet.API.chm.

