Duplicate
SCPI Command :
SCONfiguration:DUPLicate:[STReam]
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get_stream() bool[source]
# SCONfiguration:DUPLicate:[STReam] value: bool = driver.sconfiguration.duplicate.get_stream()
In a 3x1x1 or 4x1x1 configuration, creates a copy of each stream. Generates are a total number of 6 or 8 streams, where 4 of them can be signals with real-time data source.
- Returns:
duplicate_stream: 1 | ON | 0| OFF
- set_stream(duplicate_stream: bool) None[source]
# SCONfiguration:DUPLicate:[STReam] driver.sconfiguration.duplicate.set_stream(duplicate_stream = False)
In a 3x1x1 or 4x1x1 configuration, creates a copy of each stream. Generates are a total number of 6 or 8 streams, where 4 of them can be signals with real-time data source.
- Parameters:
duplicate_stream – 1 | ON | 0| OFF