String#

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

Bases: IValue

Interface for string properties

property thisown#

The membership flag

property max_length: int#

Retrieves the maximum length of the string in bytes

property length: int#

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

get_value(verify=False, ignore_cache=False)#
set_value(value, verify=True)#
property value#