-
Notifications
You must be signed in to change notification settings - Fork 67
SignalDelay Parameter
Jeremie Rossignol edited this page Jul 14, 2015
·
5 revisions
The SignalDelay parameter specifies min/max values for the signal delay back to the KSC.
PARAMETER:NEEDS[RemoteTech] { name = SignalDelay type = SignalDelay // Minimum signal delay in seconds. // // Type: double // Required: No (defaulted) // Default: 1.0 // minSignalDelay = 1.0 // Maximum signal delay in seconds. // // Type: double // Required: No (defaulted) // Default: double.MaxValue // maxSignalDelay = 70.0 // Text to use for the parameter's title. // // Type: string // Required: No (defaulted) // Default: Signal delay: Between <min> and <max>. // //title = }
- Vessel Parameters
- VesselParameterGroup
- Vessel Attributes
- Vessel State
- Vessel History
- RemoteTech
- Kerbal Parameters
- Progression Parameters
- Negative Parameters
- Set Parameters
- Planetary Parameters
- Miscellaneous Parameters
Contract Configurator
Configuration File Syntax
Extending Contract Configurator