Usage
localnode.reset()
Details
If you want to reset a specific instrument or a subordinate node, use the node[X].reset()
command.
A local node reset includes:
• Source-measure unit (SMU) attributes affected by a SMU reset are reset
• Other settings are restored back to factory default settings
A localnode.reset() is different than a reset() because reset() resets the entire system.
When using this command from a remote node, localnode should be replaced with the node
reference, for example node[5].reset().
Example