panTiltSpeedSpace property

  1. @JsonKey(name: 'PanTiltSpeedSpace', fromJson: _fromJson1D)
List<Space1D>? panTiltSpeedSpace
final

The speed space specifies the speed for a Pan/Tilt movement when moving to an absolute position or to a relative translation. In contrast to the velocity spaces, speed spaces do not contain any directional information. The speed of a combined Pan/Tilt movement is represented by a single non-negative scalar value.

Implementation

@JsonKey(name: 'PanTiltSpeedSpace', fromJson: _fromJson1D)
final List<Space1D>? panTiltSpeedSpace;