There are two ways to address stepping motor parameters: via functions Spectra::get_motor_unit_position( "MOT1") or using an OO-style syntax, like $m1->get( "position"). We start explaining the second choice since it is the recommended way.