designspace.RealDomain# class designspace.RealDomain(lo: float | ArithExpr, hi: float | ArithExpr)# Bases: object A continuous interval, declared by .real(). lo# Lower bound, inclusive. An expression when the bound depends on another parameter. Type: float | ArithExpr hi# Upper bound, inclusive. Type: float | ArithExpr