necst_msgs.msg.ChopperMsg
Data type for chopper control commands.
bool
) -- If True
, the absorber will cover the feed horn.int32
) -- Motoric position of the chopper, especially useful to control some slider-type motorsfloat64
) -- Time the command was sent.msg = ChopperMsg(insert=True, position=4750, time=time.time()) publisher.publish(msg)
bool insert
int32 position
float64 time