Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
|
Waveform data, including metadata. More...
Public Attributes | |
vector< double > | voltage |
Voltage waveform samples, each (1/sampleRate) seconds apart. More... | |
vector< double > | current |
Current waveform samples, each (1/sampleRate) seconds apart. More... | |
int | sampleRate |
Number of samples per second. More... | |
Waveform data, including metadata.
Definition at line 12 of file Waveform.idl.
vector<double> pdumodel::Waveform::current |
Current waveform samples, each (1/sampleRate) seconds apart.
Definition at line 14 of file Waveform.idl.
int pdumodel::Waveform::sampleRate |
Number of samples per second.
Definition at line 15 of file Waveform.idl.
vector<double> pdumodel::Waveform::voltage |
Voltage waveform samples, each (1/sampleRate) seconds apart.
Definition at line 13 of file Waveform.idl.