PdQmlWidgets
2.0.0
|
Base functionality for digital displays. More...
Public Types | |
enum | Mode { Mode::All, Mode::Limits, Mode::Mean, Mode::Set, Mode::Selection } |
Public Member Functions | |
void | mean (data) |
void | std (values) |
void | norm (t) |
Properties | |
alias | variable |
variable: var More... | |
alias | connection |
string | suffix |
int | decimals |
alias | value |
alias | connected |
int | index |
var | indices |
int | mode |
Base functionality for digital displays.
Can show vectors and derived functions as mean, std, max, min. See property mode
Import Statement
|
strong |
void de::igh::pd::PdVectorDigital::mean | ( | data | ) |
void de::igh::pd::PdVectorDigital::norm | ( | t | ) |
void de::igh::pd::PdVectorDigital::std | ( | values | ) |
|
read |
|
read |
|
read |
|
read |
|
read |
|
read |
|
read |
|
read |
|
read |
variable: var
connection to the process variable: to be used like
Defaults are: period: 0 scale: 1 offset: 0 transmission: Pd.Event