Library.PICompressedDataNPBatch

This property queries for PI compressed data using a start date, direction, and number of points and array containing batch information.

This property is read only.

Syntax Parameters Return Value
ReadOnly Property Library.PICompressedDataNPBatch( _
    Servers As Variant, _
    Users As Variant, _
    Pwds As Variant, _
    Tags As Variant, _
    BatchIDs As Variant, _
    StartDate As Variant, _
    NumPoints As Long, _
    Direction As Long, _
    Bdry As Long, _
    FilterExpr As String, _
    Show As Long, _
    GoodOnly As Boolean, _
    MergeResults 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

  • BatchIDs [in]

Type: Variant

  • StartDate [in]

Type: Variant

  • NumPoints [in]

Type: Long

  • Direction [in]

Type: Long

  • Bdry [in]

Type: Long

  • FilterExpr [in]

Type: String

  • Show [in]

Type: Long

  • GoodOnly [in]

Type: Boolean

  • MergeResults [in]

Type: Boolean

  • IsComplete [in,optional]

Type: Boolean

Default value: True

Spreadsheet