Mode

SCPI Command :

ZVC:Z<*>:I<*>:SHUNt:MODE
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(zvcProbe=ZvcProbe.Default, zvcChannel=ZvcChannel.Default) ShuntMode[source]
# ZVC:Z<*>:I<*>:SHUNt:MODE
value: enums.ShuntMode = driver.zvc.z.icurrent.shunt.mode.get(zvcProbe = repcap.ZvcProbe.Default, zvcChannel = repcap.ZvcChannel.Default)

Sets the internal or external shunt mode.

Parameters:
  • 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’)

Returns:

shunt_mode: INTShunt | EXTShunt

set(shunt_mode: ShuntMode, zvcProbe=ZvcProbe.Default, zvcChannel=ZvcChannel.Default) None[source]
# ZVC:Z<*>:I<*>:SHUNt:MODE
driver.zvc.z.icurrent.shunt.mode.set(shunt_mode = enums.ShuntMode.EXTShunt, zvcProbe = repcap.ZvcProbe.Default, zvcChannel = repcap.ZvcChannel.Default)

Sets the internal or external shunt mode.

Parameters:
  • shunt_mode – INTShunt | EXTShunt

  • 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’)