User manual

Section
7: TSP command reference Series 2600B System SourceMeterĀ® Instrument
Reference Manual
7-204 2600BS-901-01 Rev. B / May 2013
Usage
filterCount = smuX.measure.filter.count
smuX.measure.filter.count = filterCount
filterCount
The number of readings required for each filtered measurement (1 to 100)
X
Source-measure unit (SMU) channel (for example,
smua.measure.filter.count applies to SMU channel A)
Details
This attribute sets the size of the stack used for filtered measurements.
Example
smua.measure.filter.count = 10
Sets the filter count for SMU channel A to 10.
Also see
Filters (on page 3-3)
reset() (on page 7-160)
setup.recall() (on page 7-180)
smuX.measure.filter.enable (on page 7-204)
smuX.measure.filter.type (on page 7-205)
smuX.reset() (on page 7-216)
smuX.measure.filter.enable
This command enables or disables filtered measurements.
Type TSP-Link accessible Affected by Where saved Default value
Attribute (RW)
Yes
Instrument reset
SMU reset
Recall setup
Saved setup
0 (smuX.FILTER_OFF)
Usage
filterState = smuX.measure.filter.enable
smuX.measure.filter.enable = filterState
filterState
The filter status; set to one of the following values:
0 or smuX.FILTER_OFF: Disables the filter
1
or
smu
X
.FILTER_ON
: Enables the filter
X
SMU channel (for example, smua.measure.filter.enable applies to SMU
channel A)
Details
This command enables or disables the filter.
Example
smua.measure.filter.enable = 1
Enables the filter for SMU channel A. Alternatively, the
value 1 may be replaced with
smua.FILTER_ON
.