ValuesPartial
SCPI Command :
DIGital<0..15>:DATA[:VALues]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(offset: int, length: int, digitalNull=DigitalNull.Default) List[int][source]
# DIGital<0..15>:DATA[:VALues] value: List[int] = driver.digital.data.valuesPartial.get(offset = 1, length = 1, digitalNull = repcap.DigitalNull.Default)
Returns the data of the indicated digital channel for transmission from the instrument to the controlling computer. The data can be used in MATLAB, for example.
- Parameters:
digitalNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Digital’)
- Returns:
digital_data: List of data (0 and 1)