| Legrand / Raritan / Server Technology Xerus™ JSON-RPC API
    | 
Waveform data, including metadata. More...
import <Waveform.idl;
| Public Attributes | |
| vector< double > | voltage | 
| Voltage waveform samples, each (1/sampleRate) seconds apart. | |
| vector< double > | current | 
| Current waveform samples, each (1/sampleRate) seconds apart. | |
| int | sampleRate | 
| Number of samples per second. | |
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.