Header
SCPI Command :
ZVC:Z<*>:V<*>:DATA:HEADer
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class GetStruct[source]
Response structure. Fields:
1 Start: float: No parameter help available
2 Stop: float: No parameter help available
3 Record_Length: int: No parameter help available
4 Vals_Per_Smp: int: No parameter help available
- get(zvcProbe=ZvcProbe.Default, zvcChannel=ZvcChannel.Default) GetStruct[source]
# ZVC:Z<*>:V<*>:DATA:HEADer value: GetStruct = driver.zvc.z.voltage.data.header.get(zvcProbe = repcap.ZvcProbe.Default, zvcChannel = repcap.ZvcChannel.Default)
Return the header of amperemeter and voltmeter waveform data. Position / Meaning / Example
1 / Start time in s / 0.0001
2 / Stop time in s / 0.0001
3 / Number of values in one waveform (record length) / 1000
4 / Number of values per sample interval. For most waveforms the result is 1, for peak detect and envelope waveforms it is 2. If the number is 2, the number of returned values is twice the number of values (record length) .. / 1
- 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:
structure: for return value, see the help for GetStruct structure arguments.