Section 8: TSP command reference Model 2461 Interactive SourceMeter® Instrument Reference Manual8-108 2461-901-01 A/November 2015DetailsThis command affects how the reading for a measurement is displayed on the front panel of theinstrument. It does not affect the number of digits returned in a remote command reading. It also doesnot affect the accuracy or speed of measurements.The display digits setting is saved with the function setting, so if you use another function, then returnto the function for which you set display digits, the display digits setting you set previously is retained.The change in digits occurs the next time a measurement is made.To change the number of digits returned in a remote command reading, useformat.asciiprecision.Examplesmu.digitize.func = smu.FUNC_DIGITIZE_CURRENTsmu.digitize.displaydigits = smu.DIGITS_3_5Set the instrument to use the digitize currentmeasure function.Set the front panel to display 3½ digits.Also seeformat.asciiprecision (on page 8-77)smu.digitize.funcThis attribute determines which digitize function is active.Type TSP-Link accessible Affected by Where saved Default valueAttribute (RW) Yes Restore configurationInstrument resetPower cycleMeasure configuration listConfiguration scriptMeasure configuration listsmu.FUNC_NONEUsagevalue = smu.digitize.funcsmu.digitize.func = valuevalue The digitize measurement function to make active:• Current: smu.FUNC_DIGITIZE_CURRENT• Voltage: smu.FUNC_DIGITIZE_VOLTAGE• No digitize function selected (read only): smu.FUNC_NONEDetailsSet this command to the type of measurement you want to digitize.Reading this command returns the digitize function that is presently active.If a basic (non-digitize) measurement function is selected, this returns smu.FUNC_NONE. The nonesetting is automatically made if you select a function with smu.measure.func or through the optionsfrom the front-panel Measure Functions tab.