IDBPi1ValPosition#

class stixcore.idb.idb.IDBPi1ValPosition(*, PIC_PI1_OFF, PIC_PI1_WID)[source]#

Bases: SimpleNamespace

A class to represent parsing information for optional PI1_Val identifier.

PIC_PI1_OFF#

PIC_PI1_OFF

Type:

int

PIC_PI1_WID#

PIC_PI1_WID

Type:

int

Attributes Summary

offset

Get number of bits as start position for the PI1_Val parameter started after header.

width

Get number of bits to read for the PI1_Val parameter.

Attributes Documentation

offset#

Get number of bits as start position for the PI1_Val parameter started after header.

Derived from PIC_PI1_OFF

Returns:

int – Unsigned integer number of bits

width#

Get number of bits to read for the PI1_Val parameter.

Derived from PIC_PI1_WID

Returns:

int – bits