Click or drag to resize

Schema Properties

The Schema type exposes the following members.

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