Library.PIInterpolatedDataItvl

This property queries for PI interpolated data using a date range and a sampling interval.

This property is read only.

Syntax Parameters Return Value
ReadOnly Property Library.PIInterpolatedDataItvl( _
    Servers As Variant, _
    Users As Variant, _
    Pwds As Variant, _
    Tags As Variant, _
    StartDate As Variant, _
    StopDate As Variant, _
    SampItvl As String, _
    FilterExpr As String, _
    Show As Long, _
    GoodOnly As Boolean, _
    Optional IsComplete As Boolean = True) As Spreadsheet
  • Servers [in]

Type: Variant

  • Users [in]

Type: Variant

  • Pwds [in]

Type: Variant

  • Tags [in]

Type: Variant

  • StartDate [in]

Type: Variant

  • StopDate [in]

Type: Variant

  • SampItvl [in]

Type: String

  • FilterExpr [in]

Type: String

  • Show [in]

Type: Long

  • GoodOnly [in]

Type: Boolean

  • IsComplete [in,optional]

Type: Boolean

Default value: True

Spreadsheet