display_unit属性
display_unit属性
表示指定轴的单位标签。
定义:
@property
def display_unit(self):
...
@display_unit.setter
def display_unit(self, value):
...
表示指定轴的单位标签。
@property
def display_unit(self):
...
@display_unit.setter
def display_unit(self, value):
...