Duplicate
SCPI Command :
SCONfiguration:DUPLicate:[STReam]
- class DuplicateCls[source]
Duplicate commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get_stream() bool [source]
# SCPI: 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.
- return:
duplicate_stream: 1| ON| 0| OFF
- set_stream(duplicate_stream: bool) None [source]
# SCPI: 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.
- param duplicate_stream:
1| ON| 0| OFF