XY输入: 步数
节点功能:主要用于为 XY Plot 提供不同的采样步数值进行对比测试。XY Inputs: Steps //
节点中英文对比
XY输入: 步数
target_parameter
batch_count
first_step
last_step
first_start_step
last_start_step
first_end_step
last_end_step
XY Inputs: Steps //EasyUse
target_parameter
batch_count
first_step
last_step
first_start_step
last_start_step
first_end_step
last_end_step
XY输入: 步数 - 参数说明
输出参数
X or Y
返回一个字典,包含 axis(参数类型)和 values(等间距生成的数值数组)。
控件参数
target_parameter
选择要控制的步数相关参数,可选值为:steps, start_at_step, end_at_step。
batch_count
生成多少组值,范围 1–50。
first_step
steps 参数的起始值,仅在选择 steps 时生效。
last_step
steps 参数的终止值,仅在选择 steps 时生效。
first_start_step
start_at_step 起始值,仅在选择该参数时生效。
last_start_step
start_at_step 终止值,仅在选择该参数时生效。
first_end_step
end_at_step 起始值,仅在选择该参数时生效。
last_end_step
end_at_step 终止值,仅在选择该参数时生效。
暂无节点说明