Click or drag to resize

PhysicalParser(String) Constructor

Creates a new instance of the PhysicalParser class.

Namespace: GSF.PQDIF.Physical
Assembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.181-beta
Syntax
public PhysicalParser(
	string filePath
)
View Source

Parameters

filePath  String
Path to the PQDIF file to be parsed.
See Also