Variant Range

Generates variant records from a numeric range

intermediate
Since P00

Output Ports

Variants

List of saved candidate variants including names and recipes

List\<VariantRecord>
Snapshots

Lightweight candidate list containing only key=value snapshots

List\<VariantSnapshot>
Recipe

Description of how this candidate set was generated

VariantRecipe
Values

List of raw numeric values generated

List\<Number>
Count

Count output from Variant Range.

Int

Parameters

NameTypeDefaultDescription
StartFloat`0.0`Start value of the range
EndFloat`1.0`End value of the range
CountInt`5`Controls the count setting for Variant Range.

Overview

Generates variant records from a numeric range

Inputs and Outputs

Output Ports

  • Variants List\<VariantRecord>: List of saved candidate variants including names and recipes
  • Snapshots List\<VariantSnapshot>: Lightweight candidate list containing only key=value snapshots
  • Recipe VariantRecipe: Description of how this candidate set was generated
  • Values List\<Number>: List of raw numeric values generated
  • Count Int: Count output from Variant Range.

Key Parameters

NameTypeDefaultDescription
StartFloat`0.0`Start value of the range
EndFloat`1.0`End value of the range
CountInt`5`Controls the count setting for Variant Range.

When to Use

Use Variant Range when you need this operation to remain explicit, reusable, and easy to tune inside a PixPipeline node graph.

Notes

Connect compatible data types and preview the result while tuning this node. Parameter names and port names follow the PixPipeline UI.

Variant Range — PixPipeline Node Reference