Size
SCPI Command :
DIGital<*>:SIZE
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(digital=Digital.Default) float[source]
# DIGital<*>:SIZE value: float = driver.digital.size.get(digital = repcap.Digital.Default)
Sets the vertical size for the channel group to which the indicated digital channel belongs.
- Parameters:
digital – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Digital’)
- Returns:
size: Number of vertical divisions per logic channel
- set(size: float, digital=Digital.Default) None[source]
# DIGital<*>:SIZE driver.digital.size.set(size = 1.0, digital = repcap.Digital.Default)
Sets the vertical size for the channel group to which the indicated digital channel belongs.
- Parameters:
size – Number of vertical divisions per logic channel
digital – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Digital’)