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
- class SdataCls[source]
Sdata commands group definition. 4 total commands, 0 Subgroups, 4 group commands
- get_dselect() str [source]
# SCPI: [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 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_pd_steps() int [source]
# SCPI: [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.
- return:
pd_steps: integer Range: 0 to 1000
- get_pu_steps() int [source]
# SCPI: [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.
- return:
pu_steps: integer Range: 0 to 1000
- get_value() Ts25141TpcStartPattSour [source]
# SCPI: [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.
- return:
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]
# SCPI: [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 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_pd_steps(pd_steps: int) None [source]
# SCPI: [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.
- param pd_steps:
integer Range: 0 to 1000
- set_pu_steps(pu_steps: int) None [source]
# SCPI: [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.
- param pu_steps:
integer Range: 0 to 1000
- set_value(sdata: Ts25141TpcStartPattSour) None [source]
# SCPI: [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.
- param sdata:
PMAX| DLISt PMAX Maximum Power Less n Steps DLISt The TPC start pattern is taken from a data list.