Ripple Limit Data Access
SCPI.CALCulate(Ch).SELected.RLIMit.FAIL
Attribute | Detail |
---|---|
Object Type | Property (read only) |
Data Type | Boolean |
Target | The active trace of channel Ch, Ch: channel number 1–16 (see Table 1 on page 25) |
Description | Ripple limit test result. |
Allowable Values | True: Fail False: Pass |
Syntax | Dim Status As Boolean Status = app.SCPI.CALCulate(Ch).SELected.RLIMit.FAIL |
Equivalent Softkeys | None |
SCPI.CALCulate(Ch).SELected.RLIMit.REPort.DATA
Attribute | Detail |
---|---|
Object Type | Property (read only) |
Data Type | Variant (array of double) |
Target | The active trace of channel Ch, Ch: channel number 1–16 (see Table 1 on page 25) |
Description | The data array, which is the ripple limit test results. The array size is 1+3N, where N is the number of ripple limit bands. For the n–th point, where n from 1 to N: Data(0) N total number of the bands; Data(3n–2) n number of the band; Data(3n–1) Ripple value in the n–th band; Data(3n–0) Ripple limit test result in the n–th band: 0: Pass 1: Fail |
Syntax | Dim Data As Variant Data = app.SCPI.CALCulate(Ch).SELected.RLIMit.REPort.DATA |
Equivalent Softkeys | None |