ValuesPartial
SCPI Command :
DIGital<0..15>:DATA[:VALues]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(offset: int, length: int, digital=Digital.Default) List[int][source]
# DIGital<0..15>:DATA[:VALues] value: List[int] = driver.digital.data.valuesPartial.get(offset = 1, length = 1, digital = repcap.Digital.Default)
Returns the data of the specified digital channel.
- Parameters:
offset – See ‘Offset and Length parameters in …DATA[:VALues] commands’.
length – See ‘Offset and Length parameters in …DATA[:VALues] commands’.
digital – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Digital’)
- Returns:
digital_data: List of values according to the format and content settings.