Header
SCPI Command :
PBUS<*>: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(pwrBus=PwrBus.Default) GetStruct[source]
# PBUS<*>:DATA:HEADer value: GetStruct = driver.pbus.data.header.get(pwrBus = repcap.PwrBus.Default)
Returns the header data of the indicated bus, the attributes of the data. See also method
RsMxo.digital.data.header.get().- Parameters:
pwrBus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Pbus’)
- Returns:
structure: for return value, see the help for GetStruct structure arguments.