byteblowerll.byteblower.FrameTagMetrics¶
-
class
byteblowerll.byteblower.
FrameTagMetrics
(*args, **kwargs)¶ Class which represents the metrics of a FrameTag.
The metrics of a tag are parameters describing the length and byte alignment of a frame.
The metrics can only be read, because they are determined by the tag format and the server type.
metric = frameTagtx.MetricsGet() print(metric.AlignmentGet())
-
__init__
(*args, **kwargs)¶ Initialize self. See help(type(self)) for accurate signature.
Methods
AlignmentGet
()Returns the alignment value for this tag. DescriptionGet
(*args)Gets a textual description for the current object FrameTagGet
()LengthGet
()Returns the length of the tag. ParentGet
()Returns the parent object. Refresh
()Retrieves the latest data from the server for this object. __init__
(*args, **kwargs)Initialize self. Attributes
thisown
The membership flag -