Copy

SCPI Commands :

[SOURce<HW>]:BB:TDSCdma:COPY:DESTination
[SOURce<HW>]:BB:TDSCdma:COPY:SOURce
Commands in total: 3
Subgroups: 1
Direct child commands: 2
get_destination() NumberA[source]
# [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.

Returns:

destination: 1 | 2| 3 | 4 Range: 1 to 4

get_source() NumberA[source]
# [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.

Returns:

source: 1 | 2| 3 | 4 Range: 1 to 4

set_destination(destination: NumberA) None[source]
# [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.

Parameters:

destination – 1 | 2| 3 | 4 Range: 1 to 4

set_source(source: NumberA) None[source]
# [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.

Parameters:

source – 1 | 2| 3 | 4 Range: 1 to 4

Cloning the Group

# Create a copy of the original group, that exists independently
copy_copy = driver.source.bb.tdscdma.copy.clone()

Subgroups