Value

SCPI Command :

ZVC:Z<*>:V<*>:OVERload:VALue
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(zvcProbe=ZvcProbe.Default, zvcChannel=ZvcChannel.Default) bool[source]
# ZVC:Z<*>:V<*>:OVERload:VALue
value: bool = driver.zvc.z.voltage.overload.value.get(zvcProbe = repcap.ZvcProbe.Default, zvcChannel = repcap.ZvcChannel.Default)

Queries if an overload of the voltage channel was detected.

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 ‘Voltage’)

Returns:

overload: OFF | ON