Signal
SCPI Command :
DISPlay:COLor:SIGNal:CATalog
- Commands in total: 4Subgroups: 3Direct child commands: 1
- get_catalog() List[SignalSource][source]
# DISPlay:COLor:SIGNal:CATalog value: List[enums.SignalSource] = driver.display.color.signal.get_catalog()
Returns a list of valid signal names. The signal names are needed in other DISPlay:COLor commands to set the <Signal> parameter.
- Returns:
signals: Comma-separated list of signal names, see ‘Waveform parameter’
Cloning the Group
# Create a copy of the original group, that exists independently
signal_copy = driver.display.color.signal.clone()
Subgroups