DpgVariable Object


Description:

A variable object used within a flow.

Parents: DpgAttack, DpgStream

Children: DpgRandomModifier, DpgRangeModifier, DpgTableModifier

DpgVariable Writable Attributes

Attribute Description
Common Writable Attributes Active, Name
VarValue

String representation of the variable's value.

Type: string

Default: 00

DpgVariable Read-Only Attributes

Read-Only Attribute Description
BitLength

Bit length of the variable's data.

Type: u16

Default: 0

Description

Description of the variable, typically from the saved flow file.

Type: string

Default: "" (empty string)

Reference

An identifier used to uniquely specify a given variable.

Type: string

Default: "" (empty string)

VarType

A string representation of the variable type.

Type: string

Default: "" (empty string)