Model 2461 Interactive SourceMeter® Instrument Reference Manual Section 8: TSP command reference2461-901-01 A/November 2015 8-107smu.digitize.countThis attribute sets the number of measurements to digitize when a measurement is requested.Type TSP-Link accessible Affected by Where saved Default valueAttribute (RW) Yes Restore configurationInstrument resetPower cycleConfiguration script 10,000Usagecount = smu.digitize.countsmu.digitize.count = countcount The number of measurements to make (1 to 55,000,000)DetailsThe digitizer makes the number of readings set by this command in the time set by the sample rate.This command does not affect the trigger model.Examplesmu.digitize.func = smu.FUNC_DIGITIZE_CURRENTsmu.digitize.aperture = smu.APERTURE_AUTOsmu.digitize.samplerate = 1000000smu.digitize.count = 10print(smu.digitize.read())Set the digitize function to measure current.Set the sample rate to 1,000,000, with acount of 10, and automatic aperture.Make a digitize measurement.Example output:-0.0039799990218Also seeDigitize functions (on page 2-113)smu.digitize.aperture (on page 8-106)smu.digitize.samplerate (on page 8-128)smu.digitize.displaydigitsThis attribute describes the number of digits that are displayed on the front panel for the selected function.Type TSP-Link accessible Affected by Where saved Default valueAttribute (RW) Yes Restore configurationInstrument resetPower cycleMeasure configuration listConfiguration scriptMeasure configuration listsmu.DIGITS_4_5Usagevalue = smu.digitize.displaydigitssmu.digitize.displaydigits = valuevalue • 6½ display digits: smu.DIGITS_6_5• 5½ display digits: smu.DIGITS_5_5• 4½ display digits: smu.DIGITS_4_5• 3½ display digits: smu.DIGITS_3_5