12 lines
227 B
Python
12 lines
227 B
Python
|
|
|
|
|
|
|
|
class VRPMDV_CreateMonCmd:
|
|
def __init__(self, samplerate, sampleperiod, downtime) :
|
|
self.cmdid = 1
|
|
self.samplerate = samplerate
|
|
self.sampleperiod = sampleperiod
|
|
self.downtime = downtime
|
|
|