|
Schema Properties
|
The Schema type exposes the following members.
Properties
|
Name |
Description |
|
AnalogChannels
|
Gets or sets analog channels of this Schema.
|
|
Binary32RecordLength
|
Calculates the size of a record, in bytes, when the file type is binary32.
|
|
BinaryRecordLength
|
Calculates the size of a record, in bytes, when the file type is binary.
|
|
DeviceID
|
Gets or sets free-form device ID for this Schema.
|
|
DigitalChannels
|
Gets or sets digital channels of this Schema.
|
|
DigitalWords
|
Gets the total digital words for given number of digital values when the file type is binary.
|
|
FileImage
|
Gets the file image of this Schema.
|
|
FileName
|
Gets the file name used to generate this schema when constructed with one; otherwise, null.
|
|
FileType
|
Gets or sets file type of this Schema.
|
|
Float32RecordLength
|
Calculates the size of a record, in bytes, when the file type is float32.
|
|
IsCombinedFileFormat
|
Gets flag that determines if FileName is a Combined File Format (.cff) file.
|
|
LeapSecondIndicator
|
Gets or sets the leap second indicator for the recorded data set.
|
|
LocalCode
|
Gets or sets UTC offset for timezone of recording device, or "x" for not applicable - format HhMM.
|
|
NominalFrequency
|
Gets or sets nominal frequency of this Schema.
|
|
SampleRates
|
Gets or sets sampling rates of this Schema. A file of phasor data will normally be made using a single sampling rate, so this will usually be 1.
|
|
StartTime
|
Gets or sets start timestamp of this Schema.
|
|
StationName
|
Gets or sets free-form station name for this Schema.
|
|
TimeCode
|
Gets or sets UTC offset for channel timestamps - format HhMM.
|
|
TimeFactor
|
Gets or sets the multiplication factor for the time differential (timestamp) field in this Schema.
|
|
TimeQualityIndicatorCode
|
Gets or sets the time quality indicator code for the recorded data set.
|
|
TotalAnalogChannels
|
Gets total number of analog channels of this Schema.
|
|
TotalChannels
|
Gets total number of analog and digital channels of this Schema.
|
|
TotalChannelValues
|
Gets total number of channels values, i.e., TotalChannels * TotalSamples.
|
|
TotalDigitalChannels
|
Gets total number of digital channels of this Schema.
|
|
TotalSampleRates
|
Gets total number of sample rates of this Schema.
|
|
TotalSamples
|
Gets total number of samples, i.e., rows per timestamp, as reported by the sample rates.
|
|
TriggerTime
|
Gets or sets trigger timestamp of this Schema.
|
|
Version
|
Gets or sets version number of the IEEE Std C37.111 used by this Schema.
|
Top
See Also