WaveSimSelect Module
Functions and values
Function or value | Description |
Full Usage:
cap sheet
Parameters:
string
Returns: string
|
|
Full Usage:
caseCompAndPortName name
Parameters:
string
Returns: string
|
|
Full Usage:
getInputName withComp comp port
Parameters:
bool
comp : FastComponent
port : InputPortNumber
Returns: string
|
|
Full Usage:
getInputPortName compType port
Parameters:
ComponentType
port : InputPortNumber
Returns: string
|
|
Full Usage:
getName index fastSim
Parameters:
WaveIndexT
fastSim : FastSimulation
Returns: string
|
|
Full Usage:
getOutputName withComp comp port fastSim
Parameters:
bool
comp : FastComponent
port : OutputPortNumber
fastSim : FastSimulation
Returns: string
|
|
Full Usage:
getOutputPortName compType port
Parameters:
ComponentType
port : OutputPortNumber
Returns: string
|
|
Full Usage:
makeWave ws fastSim wi
Parameters:
WaveSimModel
fastSim : FastSimulation
wi : WaveIndexT
Returns: Wave
|
|
Full Usage:
nameWithSheet fastSim dispName waveIndex
Parameters:
FastSimulation
dispName : string
waveIndex : WaveIndexT
Returns: string
|
|
Full Usage:
selectRamButton wsModel dispatch
Parameters:
WaveSimModel
dispatch : Msg -> unit
Returns: ReactElement
|
|
Full Usage:
selectRamModal wsModel dispatch
Parameters:
WaveSimModel
dispatch : Msg -> unit
Returns: ReactElement
|
|
Full Usage:
selectWavesButton wsModel dispatch
Parameters:
WaveSimModel
dispatch : Msg -> unit
Returns: ReactElement
|
|
Full Usage:
toggleRamSelection (arg1, arg2) ramLabel wsModel dispatch
Parameters:
ComponentId
arg1 : ComponentId list
ramLabel : string
wsModel : WaveSimModel
dispatch : Msg -> 'a
Returns: 'a
|
|