| C# | Visual Basic | Visual C++ |
public override DataFormat FrequencyDataFormat { get; set; }
Public Overrides Property FrequencyDataFormat As DataFormat Get Set
public: virtual property DataFormat FrequencyDataFormat { DataFormat get () override; void set (DataFormat value) override; }
This property only supports scaled data; IEEE 1344 doesn't transport floating point values.
| Exception | Condition |
|---|---|
| NotSupportedException | IEEE 1344 only supports scaled data. |