String

class itala.itala.IString(*args, **kwargs)

Bases: IValue

Interface for string properties

get_value(verify=False, ignore_cache=False)
property length: int

gets the length of string if it is a stringreg. Retrieves the Length of the register [Bytes]

property max_length: int

Retrieves the maximum length of the string in bytes

set_value(value, verify=True)
property thisown

The membership flag

property value