Copy
SCPI Commands :
[SOURce<HW>]:BB:TDSCdma:COPY:DESTination
[SOURce<HW>]:BB:TDSCdma:COPY:SOURce
- class CopyCls[source]
Copy commands group definition. 3 total commands, 1 Subgroups, 2 group commands
- get_destination() RsSmbv.enums.NumberA [source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:COPY:DESTination value: enums.NumberA = driver.source.bb.tdscdma.copy.get_destination()
Selects the cell whose settings are to be overwritten.
- return
destination: 1| 2| 3| 4 Range: 1 to 4
- get_source() RsSmbv.enums.NumberA [source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:COPY:SOURce value: enums.NumberA = driver.source.bb.tdscdma.copy.get_source()
Selects the cell whose settings are to be copied.
- return
source: 1| 2| 3| 4 Range: 1 to 4
- set_destination(destination: RsSmbv.enums.NumberA) None [source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:COPY:DESTination driver.source.bb.tdscdma.copy.set_destination(destination = enums.NumberA._1)
Selects the cell whose settings are to be overwritten.
- param destination
1| 2| 3| 4 Range: 1 to 4
- set_source(source: RsSmbv.enums.NumberA) None [source]
# SCPI: [SOURce<HW>]:BB:TDSCdma:COPY:SOURce driver.source.bb.tdscdma.copy.set_source(source = enums.NumberA._1)
Selects the cell whose settings are to be copied.
- param source
1| 2| 3| 4 Range: 1 to 4
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.tdscdma.copy.clone()
Subgroups