ExternalEquationResultProperty Object


Description:

Result property that is derived using equation that may or may not include other result properties.

Parents: DynamicChartResultView, DynamicResultView, ResultProviderRegistry, ResultQuery

ExternalEquationResultProperty Writable Attributes

Attribute Description
Common Writable Attributes Active, Name
DependedCounters

Set result properties required to evaluate equation.

Type: string

Default: "" (empty string)

DisplayFormat

Display format.

Type: enum

Default: NONE

Possible Values:

Value Description
NONE

Display format none.

HEX_WITH_PAD

Display format hex with padding.

HEX_NO_PAD

Display format hex with no padding.

Equation

Set equation that indicates how to evaluate the result property. It may be using other result properties.

Type: string

Default: "" (empty string)

ExpressionType

Set expression type for equation.

Type: enum

Default: MATH

Possible Values:

Value Description
MATH

Math expression.

BOOL

Bool expression.

IsSelectable

Set if property is selectable in UI.

Type: bool

Default: FALSE

Possible Values:

Value Description
TRUE

Property is selectable in UI.

FALSE

Property is not selectable in UI.

PropertyDisplayName

Set result property display name.

Type: string

Default: "" (empty string)

PropertyEnumValues

Set enum values if available.

Type: string

Default: "" (empty string)

PropertyILType

Set property type in firmware database.

Type: enum

Default: U64

Possible Values:

Value Description
STRING

String.

U64

Unsigned 64 bits.

PropertyName

Set result property name.

Type: string

Default: "" (empty string)

PropertyType

Set data type for property.

Type: enum

Default: UINT

Possible Values:

Value Description
STRING

String.

UBYTE

Unsigned byte.

BYTE

Byte.

USHORT

Unsigned short.

SHORT

Short.

UINT

Unsigned integer.

INT

Integer.

U64

Unsigned 64 bits.

S64

Signed 64 bits.

DOUBLE

Double.

BOOL

Boolean.

HANDLE

Handle.

IP

IP address.

IPV6

IPv6 address.

MAC

MAC address.

CSP

CSP.

CHARTPOINT

Chartpoint.

CLASSID

Class ID.

PROPID

Property Id.

WWN

World wide name.

PropertyUnitType

Set property unit type.

Type: enum

Default: NONE

Possible Values:

Value Description
NONE

None.

BITS

Bits.

KBITS

Kilobits.

MBITS

Megabits.

GBITS

Gigabits.

BITSPERSEC

Bit per second.

KBITSPERSEC

Kilo Bits per second.

MBITSPERSEC

Mega Bits per second.

GBITSPERSEC

Giga Bits per second.

LATENCYMICROSECONDS

Latency in microseconds.

LATENCYMILLISECONDS

Latency in milliseconds.

LATENCYSECONDS

Latency in seconds.

BYTES

Bytes.

KBYTES

Kilobytes.

MBYTES

Megabytes.

GBYTES

Gigabytes.

FRAMES

Frames.

FRAMESPERSEC

Frames per second.

BYTESPERSEC

Bytes per second.

KBYTESPERSEC

Kilobytes per second.

MBYTESPERSEC

Megabytes per second.

GBYTESPERSEC

Gigabytes per second.

MICROSECONDS

Microseconds.

MILLISECONDS

Milliseconds.

CELLS

Cells.

CELLSPERSEC

Cells per second.

SECONDS

Seconds.

QUANTA

Quanta.

CODEWORDS

Code words.

CODEWORDSPERSEC

Code words per second.

StandardGroupingDefinition

This property indicates what group by class to use for grouping result at that class level. e.g. SUM at port and project level.

Type: string

Default: "" (empty string)

ExternalEquationResultProperty Read-Only Attributes

There are no read-only attributes.