Header
SCPI Command :
EXPort:HISTogram<*>:DATA:HEADer
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class GetStruct[source]
Response structure. Fields:
1 Start: float: 1. header value: start value, for vertical histogram in the waveform unit, for horizontal histogram in s.
2 End: float: 2. header value: end value, for vertical histogram in the waveform unit, for horizontal histogram in s.
3 Histogram_Length: int: 3. header value: number of histogram bins
- get(histogram=Histogram.Default) GetStruct[source]
# EXPort:HISTogram<*>:DATA:HEADer value: GetStruct = driver.export.histogram.data.header.get(histogram = repcap.Histogram.Default)
Returns the header of the histogram data, the attributes of the waveform histogram.
- Parameters:
histogram – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Histogram’)
- Returns:
structure: for return value, see the help for GetStruct structure arguments.