- class Arg:
- def __init__(self):
- # 数据库地址
- self.database = "mysql+pymysql://root:mysql_T7yN3E@192.168.12.10:19306/ipfcst_j00577_20240604171557"
- # 数据存放位置
- self.dataloc = "../577/"
- # 变量存放位置
- self.varloc = "../577/var/"
- # 测风塔个数
- self.towerloc = [1]
- # 机头编号
- self.turbineloc = [i for i in range(1, 16)]
|