Rdata

SCPI Commands :

[SOURce]:BB:W3GPp:TS25141:WSIGnal:DPCCh:TPC:RDATa:DSELect
[SOURce]:BB:W3GPp:TS25141:WSIGnal:DPCCh:TPC:RDATa
class RdataCls[source]

Rdata commands group definition. 3 total commands, 1 Subgroups, 2 group commands

get_dselect() str[source]
# SCPI: [SOURce]:BB:W3GPp:TS25141:WSIGnal:DPCCh:TPC:RDATa:DSELect
value: str = driver.source.bb.w3Gpp.ts25141.wsignal.dpcch.tpc.rdata.get_dselect()

Selects the data list when the DLISt data source is selected for the TPC repeat pattern of the DPCCH. The files are stored with the fixed file extensions *.dm_iqd in a directory of the user’s choice. The directory applicable to the commands is defined with the command method RsSmw.MassMemory.currentDirectory. To access the files in this directory, only the file name has to be given, without the path and the file extension.

return

dselect: data_list_name

get_value() RsSmw.enums.Ts25141TpcRepeatPattSour[source]
# SCPI: [SOURce]:BB:W3GPp:TS25141:WSIGnal:DPCCh:TPC:RDATa
value: enums.Ts25141TpcRepeatPattSour = driver.source.bb.w3Gpp.ts25141.wsignal.dpcch.tpc.rdata.get_value()

Sets the TPC repeat pattern for verification of the base stations power control steps.

return

rdata: SINGle| AGGRegated| ONE| ZERO| PATTern| DLISt

set_dselect(dselect: str) None[source]
# SCPI: [SOURce]:BB:W3GPp:TS25141:WSIGnal:DPCCh:TPC:RDATa:DSELect
driver.source.bb.w3Gpp.ts25141.wsignal.dpcch.tpc.rdata.set_dselect(dselect = 'abc')

Selects the data list when the DLISt data source is selected for the TPC repeat pattern of the DPCCH. The files are stored with the fixed file extensions *.dm_iqd in a directory of the user’s choice. The directory applicable to the commands is defined with the command method RsSmw.MassMemory.currentDirectory. To access the files in this directory, only the file name has to be given, without the path and the file extension.

param dselect

data_list_name

set_value(rdata: RsSmw.enums.Ts25141TpcRepeatPattSour) None[source]
# SCPI: [SOURce]:BB:W3GPp:TS25141:WSIGnal:DPCCh:TPC:RDATa
driver.source.bb.w3Gpp.ts25141.wsignal.dpcch.tpc.rdata.set_value(rdata = enums.Ts25141TpcRepeatPattSour.AGGRegated)

Sets the TPC repeat pattern for verification of the base stations power control steps.

param rdata

SINGle| AGGRegated| ONE| ZERO| PATTern| DLISt

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.source.bb.w3Gpp.ts25141.wsignal.dpcch.tpc.rdata.clone()

Subgroups