SCPI.SENSe(Ch).BANDwidth.RESolution
Attribute | Detail |
---|---|
Object Type | Property (read/write) |
Data Type | Double |
Target | Channel Ch, Ch: channel number 1–16 (see Table 1 on page 25) |
Description | The IF bandwidth value. |
Range | from 1 to 30000 Resolution In steps of 1, 1.5, 2, 3, 5, 7. |
Out of Range | Sets the value of the limit, which is closer to the specified value. |
Preset Value | 10000 |
Unit | Hz (Hertz) |
Syntax | Dim Value As Double Value = app.SCPI.SENSe(Ch).BANDwidth.RESolution app.SCPI.SENSe(Ch).BANDwidth.RESolution = 100 |
Equivalent Softkeys | Average > IF Bandwidth SCPI.SENSe(Ch).CORRection.CLEar |
Attribute | Detail |
--- | |
Object Type | Method |
Target | Channel Ch, Ch: channel number 1–16 (see Table 1 on page 25) |
Description | Clears the calibration coefficient table. |
Syntax | app.SCPI.SENSe(Ch).CORRection.CLEar |
Equivalent Softkeys | None |
SCPI.SENSe(Ch).AVERage.STATe
Attribute | Detail |
---|---|
Object Type | Property (read/write) |
Data Type | Boolean |
Target | Channel Ch, Ch: channel number 1–16 (see Table 1 on page 25) |
Description | The ON/OFF state of the averaging function. |
Allowable Values | True: Averaging ON False: Averaging OFF |
Preset Value | False |
Syntax | Dim Status As Boolean Status = app.SCPI.SENSe(Ch).AVERage.STATe app.SCPI.SENSe(Ch).AVERage.STATe = False |
Equivalent Softkeys | Average > Averaging |
SCPI.SENSe(Ch).AVERage.COUNt
Attribute | Detail |
---|---|
Object Type | Property (read/write) |
Data Type | Long |
Target | Channel Ch, Ch: channel number 1–16 (see Table 1 on page 25) |
Description | The averaging factor, when the averaging function is set to ON by the SCPI.SENSe(Ch).AVERage.STATe property. |
Range | from 1 to 999 |
Out of Range | Sets the value of the limit, which is closer to the specified value. |
Preset Value | 10 |
Syntax | Dim Value As Long Value = app.SCPI.SENSe(Ch).AVERage.COUNt app.SCPI.SENSe(Ch).AVERage.COUNt = 2 |
Equivalent Softkeys | Average > Avg Factor |
SCPI.SENSe(Ch).AVERage.CLEar
Attribute | Detail |
---|---|
Object Type | Method |
Target | Channel Ch, Ch: channel number 1–16 (see Table 1 on page 25) |
Description | Resets the averaging data count to 0. Restarts the averaging process. |
Syntax | app.SCPI.SENSe(Ch).AVERage.CLEar |
Equivalent Softkeys | None |
SCPI.CALCulate(Ch).SELected.SMOothing.STATe
Attribute | Detail |
---|---|
Object Type | Property (read/write) |
Data Type | Boolean |
Target | The active trace of channel Ch, Ch: channel number 1–16 (see Table 1 on page 25) |
Description | The ON/OFF state of the trace smoothing function. |
Allowable Values | True: Trace smoothing ON False: Trace smoothing OFF |
Preset Value | False |
Syntax | Dim Status As Boolean Status = app.SCPI.CALCulate(Ch).SELected.SMOothing.STATe app.SCPI.CALCulate(Ch).SELected.SMOothing.STATe = true |
Equivalent Softkeys | Average > Smoothing |
SCPI.CALCulate(Ch).SELected.SMOothing.APERture
Attribute | Detail |
---|---|
Object Type | Property (read/write) |
Data Type | Double |
Target | The active trace of channel Ch, Ch: channel number 1–16 (see Table 1 on page 25) |
Description | The smoothing aperture for the smoothing function. |
Range | from 0.01 to 20 |
Out of Range | Sets the value of the limit, which is closer to the specified value. |
Preset Value | 1 |
Unit | % |
Syntax | Dim Value As Double Value = app.SCPI.CALCulate(Ch).SELected.SMOothing.APERture app.SCPI.CALCulate(Ch).SELected.SMOothing.APERture = 1.5 |
Equivalent Softkeys | Average > Smo Aperture |