19-116 Return to Section Topics 2600AS-901-01 Rev. B / September 2008
Section 19: Remote Commands Series 2600A System SourceMeter® Instruments Reference Manual
smuX.measure.filter.count
X = SMU channel (a or b)
Attribute Number of measured readings to yield one filtered measurement.
Default 1
TSP-Link
accessibility
This attribute can be accessed from a remote TSP-Link node.
Usage count = smuX.measure.filter.count -- Reads filter count.
smuX.measure.filter.count = count -- Writes filter count.
count Set filter count from 1 to 100.
Remarks • This attribute is the number of measurements that will be performed to yield one filtered
measurement.
• The reset function sets the filter count to 1.
Details See Filters in Section 6.
Also see smuX.measure.filter.enable, smuX.measure.filter.type
Example Sets filter count for SMU A:
smua.measure.filter.count = 10
smuX.measure.filter.enable
X = SMU channel (a or b)
Attribute Enables/disables filtered measurements.
Default smuX.FILTER_OFF
TSP-Link
accessibility
This attribute can be accessed from a remote TSP-Link node.
Usage filter = smuX.measure.filter.enable --Reads on/off state of the filter.
smuX.measure.filter.enable = filter --Writes on/off state of the filter.
filter The filter status.
Set filter to one of the following values:
0 or smuX.FILTER_OFF Disables the filter.
1 or smuX.FILTER_ON Enables the filter.
Remarks • This attribute enables or disables the filter.
• The reset function disables the filter.
Details See Filters in Section 6.
Also see smuX.measure.filter.count, smuX.measure.filter.type
Example Enable the filter for SMU A:
smua.measure.filter.enable = smua.FILTER_ON