Header
SCPI Command :
BUS<*>:PARallel: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(bus=Bus.Default) GetStruct[source]
# BUS<*>:PARallel:DATA:HEADer value: GetStruct = driver.bus.parallel.data.header.get(bus = repcap.Bus.Default)
Returns the header data of the indicated bus. For a detailed description, see method
RsRtx.digital.data.header.get().- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
structure: for return value, see the help for GetStruct structure arguments.