@@ -46,8 +46,7 @@ message DoubleAnalogWaveform {
4646 // The offset, in seconds, relative to timestamp when the first sample occurs.
4747 //
4848 // When setting time_offset, either both t0 and timestamp should remain unset
49- // or both should be set such that t0 = timestamp + time_offset. If time_offset
50- // is unset, it is inferred to be 0.
49+ // or both should be set such that t0 = timestamp + time_offset.
5150 double time_offset = 6 ;
5251
5352 // The timestamps for each sample in y_data.
@@ -88,8 +87,7 @@ message I16AnalogWaveform {
8887 // The offset, in seconds, relative to timestamp when the first sample occurs.
8988 //
9089 // When setting time_offset, either both t0 and timestamp should remain unset
91- // or both should be set such that t0 = timestamp + time_offset. If time_offset
92- // is unset, it is inferred to be 0.
90+ // or both should be set such that t0 = timestamp + time_offset.
9391 double time_offset = 7 ;
9492
9593 // The timestamps for each sample in y_data.
@@ -130,8 +128,7 @@ message DoubleComplexWaveform {
130128 // The offset, in seconds, relative to timestamp when the first sample occurs.
131129 //
132130 // When setting time_offset, either both t0 and timestamp should remain unset
133- // or both should be set such that t0 = timestamp + time_offset. If time_offset
134- // is unset, it is inferred to be 0.
131+ // or both should be set such that t0 = timestamp + time_offset.
135132 double time_offset = 6 ;
136133
137134 // The timestamps for each sample in y_data.
@@ -175,8 +172,7 @@ message I16ComplexWaveform {
175172 // The offset, in seconds, relative to timestamp when the first sample occurs.
176173 //
177174 // When setting time_offset, either both t0 and timestamp should remain unset
178- // or both should be set such that t0 = timestamp + time_offset. If time_offset
179- // is unset, it is inferred to be 0.
175+ // or both should be set such that t0 = timestamp + time_offset.
180176 double time_offset = 7 ;
181177
182178 // The timestamps for each sample in y_data.
@@ -264,8 +260,7 @@ message DigitalWaveform {
264260 // The offset, in seconds, relative to timestamp when the first sample occurs.
265261 //
266262 // When setting time_offset, either both t0 and timestamp should remain unset
267- // or both should be set such that t0 = timestamp + time_offset. If time_offset
268- // is unset, it is inferred to be 0.
263+ // or both should be set such that t0 = timestamp + time_offset.
269264 double time_offset = 7 ;
270265
271266 // The timestamps for each sample in y_data.
0 commit comments