public static class Acquisition.TimeSeriesNote extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
NoteText
Content of the note
|
Interval |
TimeRange
Time range of the note
|
| Constructor and Description |
|---|
TimeSeriesNote() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNoteText() |
Interval |
getTimeRange() |
Acquisition.TimeSeriesNote |
setNoteText(String value) |
Acquisition.TimeSeriesNote |
setTimeRange(Interval value) |
public Interval TimeRange
public String NoteText
public Interval getTimeRange()
public Acquisition.TimeSeriesNote setTimeRange(Interval value)
public String getNoteText()
public Acquisition.TimeSeriesNote setNoteText(String value)
Copyright © 2022. All rights reserved.