Rsto

SCPI Command :

ZVC:Z<*>:I<*>:OVERload:RSTO
Commands in total: 1
Subgroups: 0
Direct child commands: 1
set(settings: ZvcOverloadReset, zvcProbe=ZvcProbe.Default, zvcChannel=ZvcChannel.Default) None[source]
# ZVC:Z<*>:I<*>:OVERload:RSTO
driver.zvc.z.icurrent.overload.rsto.set(settings = enums.ZvcOverloadReset.ADJusted, zvcProbe = repcap.ZvcProbe.Default, zvcChannel = repcap.ZvcChannel.Default)

Resets the overload indication at the probe. In internal shunt mode (method RsRtx.zvc.z.icurrent.shunt.mode.set() is set to INTShunt) , chooses whether to keep the operation range adjusted by the R&S RT-ZVC during overload or to restore the original settings for the given current channel. In external shunt mode (method RsRtx.zvc.z.icurrent.shunt.mode.set() is set to EXTShunt) , there is no adjustment of the operation range during overload.

Parameters:
  • settings

    ADJusted | ORIGinal

    • ADJusted: The operation range that is automatically adjusted by the probe during overload is kept.In internal shunt mode, during an overload at a current channel, the probe switches automatically to the next higher range. If the 10A range is also exceeded, the amperemeter switches to external shunt mode to protect the probe against permanent damage.

    • ORIGinal: The original operation range is restored as before the overload and the adjustment of the operation range.

  • zvcProbe – optional repeated capability selector. Default value: Ix1 (settable in the interface ‘Z’)

  • zvcChannel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Icurrent’)