Header
SCPI Command :
DIGital<*>:DATA:HEADer
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class GetStruct[source]
Response structure. Fields:
1 Xstart: float: 1. header value: time of the first sample in s
2 Xstop: float: 2. header value: time of the last sample in s
3 Record_Length: int: 3. header value: record length of the waveform in samples
4 Vals_Per_Smp: int: 4. header value: number of values per sample. For digital data, the result is always 1.
- get(digital=Digital.Default) GetStruct[source]
# DIGital<*>:DATA:HEADer value: GetStruct = driver.digital.data.header.get(digital = repcap.Digital.Default)
Returns the header of digital channel data, the attributes of the waveform.
- Parameters:
digital – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Digital’)
- Returns:
structure: for return value, see the help for GetStruct structure arguments.