JMP 14.2 联机文档
发现 JMP
使用 JMP
基本分析
基本绘图
刻画器指南
实验设计指南
拟合线性模型
预测和专业建模
多元方法
质量和过程方法
可靠性和生存方法
消费者研究
Scripting Guide
JSL Syntax Reference
该帮助的版本不再更新,请参见
https://www.jmp.com/support/help/zh-cn/15.2
获取最新的版本.
JSL Syntax Reference
•
JSL Messages
•
Display Boxes
• Slider Boxes and Range Slider Boxes
上一个
•
下一个
Slider Boxes and Range Slider Boxes
slider box<<Get(<index>)
range slider box<<Get Lower(<index>)
range slider box<<Get Upper(<index>)
Returns the current value of the slider.
slider box<<Set(n, <index>, <run script(0|1)>)
range slider box<<Set Lower(n, <index>, <run script(0|1)>)
range slider box<<Set Upper(n, <index>, <run script(0|1)>)
Sets the value of the slider.
run script(0|1)
controls whether an on-change script runs after the
<<Set
,
<<Set Lower,
or
<<Set Upper
message.
slider box<<Get Min()
Returns the minimum value possible for the range slider and slider.
slider box<<Set Min(float, <index>)
Sets the minimum value possible for the range slider and slider.
slider box<<Get Max()
Returns the maximum value possible for the range slider and slider.
slider box<<Get Var
range slider box<<Get Lower Var
range slider box<<Get Upper Var
Returns the variable name associated with the slider.
slider box<<Set Max(float, <index>)
Sets the maximum value possible for the range slider and slider.
slider box<<Set Script(<script>)
Sets a script to be run when the range sliders and slider is updated.
slider box<<Set Var(slider_var)
range slider box<<Set Lower Var(slider_var)
range slider box<<Set Upper Var(slider_var)
Sets the variable name associated with the slider.