pub struct Repeating {Show 32 fields
pub act_pts: u16,
pub str_tms: u32,
pub rep_per: u16,
pub intv_typ: RepeatingIntvTyp,
pub x_typ: RepeatingXTyp,
pub x_sf: i16,
pub y_typ: RepeatingYTyp,
pub y_sf: i16,
pub x1: i32,
pub y1: i32,
pub x2: Option<i32>,
pub y2: Option<i32>,
pub x3: Option<i32>,
pub y3: Option<i32>,
pub x4: Option<i32>,
pub y4: Option<i32>,
pub x5: Option<i32>,
pub y5: Option<i32>,
pub x6: Option<i32>,
pub y6: Option<i32>,
pub x7: Option<i32>,
pub y7: Option<i32>,
pub x8: Option<i32>,
pub y8: Option<i32>,
pub x9: Option<i32>,
pub y9: Option<i32>,
pub x10: Option<i32>,
pub y10: Option<i32>,
pub nam: Option<String>,
pub win_tms: Option<u16>,
pub rmp_tms: Option<u16>,
pub act_indx: u16,
}model133 only.Fields§
§act_pts: u16ActPts
Number of active entries in schedule.
str_tms: u32StrTms
Schedule start in seconds since 2000 JAN 01 00:00:00 UTC.
rep_per: u16RepPer
The repetition count for time-based schedules (0=repeat forever)
intv_typ: RepeatingIntvTypSchdTyp
The repetition frequency for time-based schedules: no repeat=0
x_typ: RepeatingXTypXTyp
The meaning of the X-values in the array.
x_sf: i16X_SF
Scale factor for schedule range values.
y_typ: RepeatingYTypYTyp
The meaning of the Y-values in the array.
y_sf: i16Y_SF
Scale factor for schedule target values.
x1: i32X1
Entry 1 range.
y1: i32Y1
Entry 1 target.
x2: Option<i32>X2
Entry 2 range.
y2: Option<i32>Y2
Entry 2 target.
x3: Option<i32>X3
Entry 3 range.
y3: Option<i32>Y3
Entry 3 target.
x4: Option<i32>X4
Entry 4 range.
y4: Option<i32>Y4
Entry 4 target.
x5: Option<i32>X5
Entry 15range.
y5: Option<i32>Y5
Entry 5 target.
x6: Option<i32>X6
Entry 6 range.
y6: Option<i32>Y6
Entry 6 target.
x7: Option<i32>X7
Entry 7 range.
y7: Option<i32>Y7
Entry 7 target.
x8: Option<i32>X8
Entry 8 range.
y8: Option<i32>Y8
Entry 8 target.
x9: Option<i32>X9
Entry 9 range.
y9: Option<i32>Y9
Entry 9 target.
x10: Option<i32>X10
Entry 10 range.
y10: Option<i32>Y10
Entry 10 target.
nam: Option<String>Nam
Optional description for schedule.
win_tms: Option<u16>WinTms
Time window for schedule entry change.
rmp_tms: Option<u16>RmpTms
Ramp time for moving from current target to new target.
act_indx: u16ActIndx
Index of active entry in the active schedule.