Application.PIInterpolatedData

Syntax Parameters Return Value
Function Application.PIInterpolatedData( _
    servers As Variant, _
    users As Variant, _
    pwds As Variant, _
    tags As Variant, _
    startDate As Variant, _
    stopDate As Variant, _
    obs_or_interval As Variant, _
    filterExpr As String, _
    constShow As Long, _
    goodOnly As Boolean, _
    mergeResults As Boolean, _
    Optional passwordsAreEncrypted As Boolean = False) 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

  • obs_or_interval [in]

Type: Variant

  • filterExpr [in]

Type: String

  • constShow [in]

Type: Long

  • goodOnly [in]

Type: Boolean

  • mergeResults [in]

Type: Boolean

  • passwordsAreEncrypted [in,optional]

Type: Boolean

Default value: False

Spreadsheet