|
PIOutputAdapterBadTimeValueStatus Property
|
Gets or sets the PI AF value status to use when storing measurements that have been marked as having bad time.
Namespace: PIAdaptersAssembly: PIAdapters (in PIAdapters.dll) Version: 2.4.207-beta
Syntax [ConnectionStringParameterAttribute]
[DefaultValueAttribute(typeof(AFValueStatus), "Good")]
public AFValueStatus BadTimeValueStatus { get; set; }
<ConnectionStringParameterAttribute>
<DefaultValueAttribute(GetType(AFValueStatus), "Good")>
Public Property BadTimeValueStatus As AFValueStatus
Get
Set
public:
[ConnectionStringParameterAttribute]
[DefaultValueAttribute(typeof(AFValueStatus), L"Good")]
property AFValueStatus BadTimeValueStatus {
AFValueStatus get ();
void set (AFValueStatus value);
}
[<ConnectionStringParameterAttribute>]
[<DefaultValueAttribute(typeof(AFValueStatus), "Good")>]
member BadTimeValueStatus : AFValueStatus with get, set
function get_BadTimeValueStatus();
function set_BadTimeValueStatus(value);
View SourceProperty Value
AFValueStatusRemarks
This defaults to Good meaning values are stored with normal status quality in PI.
See Also