Show absolute or relative Time/Date from process value in seconds.
More...
Show absolute or relative Time/Date from process value in seconds.
Import Statement
- Version
- 2.0
◆ Mode
Enumerator |
---|
Time | |
DateLocal | |
DateTimeLocal | |
DateUTC | |
DateTimeUTC | |
◆ connection
alias de::igh::pd::PdTimeLabel::connection |
|
read |
◆ format
var de::igh::pd::PdTimeLabel::format |
|
read |
◆ mode
int de::igh::pd::PdTimeLabel::mode |
|
read |
◆ path
alias de::igh::pd::PdTimeLabel::path |
|
read |
type:var convenience connection to the process path see PdCheckBox use with caution: default transmission is "event" meaning every change of the signal triggers a transmission
◆ prefix
string de::igh::pd::PdTimeLabel::prefix |
|
read |
Prefix is prepended to the value without space!
◆ suffix
string de::igh::pd::PdTimeLabel::suffix |
|
read |
Suffix is appended to the value without space!
◆ value
alias de::igh::pd::PdTimeLabel::value |
|
read |
type: var Raw Process value
◆ variable
alias de::igh::pd::PdTimeLabel::variable |
|
read |
variable: var
connection to the process variable: to be used like
"process":pdProcess,
"path":"/control/value",
"scale":1,
"offset":0,
"period":0.1,
"transmission":Pd.Periodic|Pd.Event|Pd.Poll
}
}
Defaults are: period: 0 scale: 1 offset: 0 transmission: Pd.Event
The documentation for this class was generated from the following file: