State

SCPI Command :

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

Enables the corresponding voltage channel of the probe.

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:

state: OFF | ON

set(state: bool, zvcProbe=ZvcProbe.Default, zvcChannel=ZvcChannel.Default) None[source]
# ZVC:Z<*>:V<*>[:STATe]
driver.zvc.z.voltage.state.set(state = False, zvcProbe = repcap.ZvcProbe.Default, zvcChannel = repcap.ZvcChannel.Default)

Enables the corresponding voltage channel of the probe.

Parameters:
  • state – OFF | ON

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