dips.WrappedFreehandWindowVal module#
Generated wrapper for WrappedFreehandWindow protobuf message.
- class dips.WrappedFreehandWindowVal.WrappedFreehandWindowVal(primary_window: FreehandWindowVal | None = None, secondary_window: FreehandWindowVal | None = None, proto_message: Any | None = None)#
Bases:
objectSimple wrapper for WrappedFreehandWindow with Pythonic getters and setters.
- copy()#
Create a copy of this wrapper.
- classmethod from_proto(proto_message)#
Create wrapper from existing protobuf message.
- property id: str#
Get the ID field value.
- property primary_window: FreehandWindowVal#
Get the PrimaryWindow field as a wrapper.
- property secondary_window: FreehandWindowVal#
Get the SecondaryWindow field as a wrapper.
- to_proto()#
Get the underlying protobuf message.