Property | Type | Description | |
---|---|---|---|
AN | |||
BN | |||
CN |
Method | Description | |
---|---|---|
CalculateSampleRates ( double frequency ) : void |
Uses system frequency to calculate the sample rate for each set of MeasurementData in this measurement data set.
|
|
ExportCurrentDataToCSV ( string fileName ) : void | ||
ExportToCSV ( string fileName, |
||
ExportVoltageDataToCSV ( string fileName ) : void |
Writes all measurement data to a CSV file.
|
|
MeasurementDataSet ( ) : System |
Creates a new MeasurementDataSet.
|
|
SetSampleRate ( int sampleRate ) : void |
Explicitly sets the sample rate for each set of MeasurementData in this measurement data set.
|
Method | Description | |
---|---|---|
CalculateSampleRate ( double frequency, |
public CalculateSampleRates ( double frequency ) : void | ||
frequency | double | The frequency of the measured system, in Hz. |
return | void |
public ExportCurrentDataToCSV ( string fileName ) : void | ||
fileName | string | |
return | void |
public static ExportToCSV ( string fileName, |
||
fileName | string | |
voltageData | ||
currentData | ||
return | void |
public ExportVoltageDataToCSV ( string fileName ) : void | ||
fileName | string | Export file name. |
return | void |
public SetSampleRate ( int sampleRate ) : void | ||
sampleRate | int | The sample rate. |
return | void |