StreamCollectionRangeModifier Object


Description:

A modifier that applies to a collection of streams to vary a target attribute in a range of values.

Parents: StreamBlock

StreamCollectionRangeModifier Writable Attributes

Attribute Description
Mode

Step mode.

Type: enum

Default: DECR

Possible Values:

Value Description
INCR

Increment data values.

DECR

Decrement data values.

SHUFFLE

Provide every data value once in random order.

RecycleCount

Number of times value will change.

Type: u32

Default: 0

RepeatCount

Number of times value will be repeated.

Type: u32

Default: 0

StepValue

Step value of the modifier.

Type: string

Default: "" (empty string)

TargetAttribute

Which attribute the modifier is applied to.

Type: enum

Default: LOAD

Possible Values:

Value Description
LOAD

Apply to load.

StreamCollectionRangeModifier Read-Only Attributes

There are no read-only attributes.