Sdata
SCPI Commands :
[SOURce]:BB:W3GPp:TS25141:WSIGnal:DPCCh:TPC:SDATa:DSELect
[SOURce]:BB:W3GPp:TS25141:WSIGnal:DPCCh:TPC:SDATa:PDSTeps
[SOURce]:BB:W3GPp:TS25141:WSIGnal:DPCCh:TPC:SDATa:PUSTeps
[SOURce]:BB:W3GPp:TS25141:WSIGnal:DPCCh:TPC:SDATa
- Commands in total: 4Subgroups: 0Direct child commands: 4
- get_dselect() str[source]
# [SOURce]:BB:W3GPp:TS25141:WSIGnal:DPCCh:TPC:SDATa:DSELect value: str = driver.source.bb.w3Gpp.ts25141.wsignal.dpcch.tpc.sdata.get_dselect()
Selects the data list when the DLISt data source is selected for the TPC start 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_pd_steps() int[source]
# [SOURce]:BB:W3GPp:TS25141:WSIGnal:DPCCh:TPC:SDATa:PDSTeps value: int = driver.source.bb.w3Gpp.ts25141.wsignal.dpcch.tpc.sdata.get_pd_steps()
Sets the amount of power down bits in the TPC start pattern.
- Returns:
pd_steps: integer Range: 0 to 1000
- get_pu_steps() int[source]
# [SOURce]:BB:W3GPp:TS25141:WSIGnal:DPCCh:TPC:SDATa:PUSTeps value: int = driver.source.bb.w3Gpp.ts25141.wsignal.dpcch.tpc.sdata.get_pu_steps()
Sets the amount of power up bits in the TPC start pattern.
- Returns:
pu_steps: integer Range: 0 to 1000
- get_value() Ts25141TpcStartPattSour[source]
# [SOURce]:BB:W3GPp:TS25141:WSIGnal:DPCCh:TPC:SDATa value: enums.Ts25141TpcStartPattSour = driver.source.bb.w3Gpp.ts25141.wsignal.dpcch.tpc.sdata.get_value()
Sets the TPC pattern for initialization of the base stations power level.
- Returns:
sdata: PMAX | DLISt PMAX Maximum Power Less n Steps DLISt The TPC start pattern is taken from a data list.
- set_dselect(dselect: str) None[source]
# [SOURce]:BB:W3GPp:TS25141:WSIGnal:DPCCh:TPC:SDATa:DSELect driver.source.bb.w3Gpp.ts25141.wsignal.dpcch.tpc.sdata.set_dselect(dselect = 'abc')
Selects the data list when the DLISt data source is selected for the TPC start 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_pd_steps(pd_steps: int) None[source]
# [SOURce]:BB:W3GPp:TS25141:WSIGnal:DPCCh:TPC:SDATa:PDSTeps driver.source.bb.w3Gpp.ts25141.wsignal.dpcch.tpc.sdata.set_pd_steps(pd_steps = 1)
Sets the amount of power down bits in the TPC start pattern.
- Parameters:
pd_steps – integer Range: 0 to 1000
- set_pu_steps(pu_steps: int) None[source]
# [SOURce]:BB:W3GPp:TS25141:WSIGnal:DPCCh:TPC:SDATa:PUSTeps driver.source.bb.w3Gpp.ts25141.wsignal.dpcch.tpc.sdata.set_pu_steps(pu_steps = 1)
Sets the amount of power up bits in the TPC start pattern.
- Parameters:
pu_steps – integer Range: 0 to 1000
- set_value(sdata: Ts25141TpcStartPattSour) None[source]
# [SOURce]:BB:W3GPp:TS25141:WSIGnal:DPCCh:TPC:SDATa driver.source.bb.w3Gpp.ts25141.wsignal.dpcch.tpc.sdata.set_value(sdata = enums.Ts25141TpcStartPattSour.DLISt)
Sets the TPC pattern for initialization of the base stations power level.
- Parameters:
sdata – PMAX | DLISt PMAX Maximum Power Less n Steps DLISt The TPC start pattern is taken from a data list.