Values

SCPI Command :

DIGital<0..15>:DATA[:VALues]
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(digitalNull=DigitalNull.Default) List[int][source]
# DIGital<0..15>:DATA[:VALues]
value: List[int] = driver.digital.data.values.get(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)