Operands

Lists the operands of the input variables. Options are operand indexes, starting from zero.

Only applies to virtual variable Objects.

Syntax

ObjectsMatcher | Operands [Option [= | Argument]]

Examples

Identify the first, second and final operands of a variable.

> 3 color maximum | Operands 0

Fileset 1: Sv raw pings T2

> 3 color maximum | Operands 1

Fileset 1: Sv raw pings T3

> 3 color maximum | Operands -1

Fileset 1: Sv raw pings T1

Be careful when you interpret the result. The operands are listed in alphanumeric order, like any other List, not in operand order.

> 3 color maximum | Operands 0..-1

Fileset 1: Sv raw pings T1 | Fileset 1: Sv raw pings T2 | Fileset 1: Sv raw pings T3

Assign the first operand.

> 3 color maximum | Operands 0 = | Fileset 1: Sv raw pings T4

> 3 color maximum | Operands

Fileset 1: Sv raw pings T4 | Fileset 1: Sv raw pings T2 | Fileset 1: Sv raw pings T3

See also

AppliedObjects
About the command interface
Using the command interface
Using the console