Values

SCPI Command :

ZVC:Z<*>:I<*>:DATA[:VALues]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(zvcProbe=ZvcProbe.Default, zvcChannel=ZvcChannel.Default) float[source]
# ZVC:Z<*>:I<*>:DATA[:VALues]
value: float = driver.zvc.z.icurrent.data.values.get(zvcProbe = repcap.ZvcProbe.Default, zvcChannel = repcap.ZvcChannel.Default)

Return the waveform data of the amperemeter and voltmeter for transmission from the instrument to the controlling computer. The data can be used in MATLAB, for example. Set the export format to ASCii or REAL,32 using method RsRtx.formatPy.data.set() . Export of raw data is not supported.

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:

data: Liste of values according to the format setting.