| FusesDelay Property |
[This is preliminary documentation and is subject to change.]
A fixed delay time in seconds added to the fuse blowing time determined by the TCC curve. Default is 0.
This represents a fuse clear or other delay.
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public double Delay { get; set; }
Public Property Delay As Double
Get
Set
public:
property double Delay {
double get ();
void set (double value);
}
member Delay : float with get, set
function get_Delay();
function set_Delay(value);
Property Value
Type:
DoubleSee Also