Click or drag to resize

ParserSchema Property

Gets or sets associated COMTRADE schema for this Parser.

Namespace: GSF.COMTRADE
Assembly: GSF.COMTRADE (in GSF.COMTRADE.dll) Version: 2.4.181-beta
Syntax
public Schema Schema { get; set; }
View Source

Property Value

Schema
Remarks
Upon assignment, any FileName value will be used to initialize the parser's initial FileName property when an associated data file that ends with ".cff", ".dat" or ".d00" is found to exist.
See Also