Rdata

SCPI Commands :

[SOURce]:BB:W3GPp:TS25141:WSIGnal:DPCCh:TPC:RDATa:DSELect
[SOURce]:BB:W3GPp:TS25141:WSIGnal:DPCCh:TPC:RDATa
Commands in total: 3
Subgroups: 1
Direct child commands: 2
get_dselect() str[source]
# [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 method RsSmw.massMemory.current_directory() . To access the files in this directory, only the file name has to be given, without the path and the file extension.

Returns:

dselect: data_list_name

get_value() Ts25141TpcRepeatPattSour[source]
# [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.

Returns:

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

set_dselect(dselect: str) None[source]
# [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 method RsSmw.massMemory.current_directory() . To access the files in this directory, only the file name has to be given, without the path and the file extension.

Parameters:

dselect – data_list_name

set_value(rdata: Ts25141TpcRepeatPattSour) None[source]
# [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.

Parameters:

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

Cloning the Group

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

Subgroups