KSLCore
Toggle table of contents
R1.3
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
KSLCore
KSLCore
/
ksl.modeling.station.config
/
SetupEntry
Setup
Entry
@
Serializable
data
class
SetupEntry
(
val
fromType
:
Int
,
val
toType
:
Int
,
val
setupTime
:
Double
)
(
source
)
A (fromType, toType) setup-time entry for a sequence-dependent setup matrix.
Members
Constructors
Setup
Entry
Link copied to clipboard
constructor
(
fromType
:
Int
,
toType
:
Int
,
setupTime
:
Double
)
Properties
from
Type
Link copied to clipboard
val
fromType
:
Int
setup
Time
Link copied to clipboard
val
setupTime
:
Double
to
Type
Link copied to clipboard
val
toType
:
Int