Pconfig

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:UL:TPCSet:PCONfig:TSEF
CONFigure:WCDMa:SIGNaling<Instance>:UL:TPCSet:PCONfig:TSGH
CONFigure:WCDMa:SIGNaling<Instance>:UL:TPCSet:PCONfig:TSSegment
CONFigure:WCDMa:SIGNaling<Instance>:UL:TPCSet:PCONfig:PHDown
CONFigure:WCDMa:SIGNaling<Instance>:UL:TPCSet:PCONfig:PHUP
CONFigure:WCDMa:SIGNaling<Instance>:UL:TPCSet:PCONfig:DHIB
class Pconfig[source]

Pconfig commands group definition. 6 total commands, 0 Sub-groups, 6 group commands

class DhibStruct[source]

Structure for reading output parameters. Fields:

  • Config: enums.PatternType: UD | DU UD: pattern for the carrier 1 starts: 11 (up) , carrier 2: 00 (down) DU: carrier 1 starts: 00 (down) , carrier 2: 11 (up)

  • Repetition: int: The number of times the pattern is repeated for each carrier. Range: 1 to 20

get_dhib()DhibStruct[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:UL:TPCSet:PCONfig:DHIB
value: DhibStruct = driver.configure.uplink.tpcset.pconfig.get_dhib()

Defines the beginning of the pattern and the number of times the pattern has to be repeated for ‘DC HSPA In-Band Emission’.

return

structure: for return value, see the help for DhibStruct structure arguments.

get_phdown()int[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:UL:TPCSet:PCONfig:PHDown
value: int = driver.configure.uplink.tpcset.pconfig.get_phdown()

Define the number of times the pattern has to be repeated for ‘Phase Discontinuity Up/Down’.

return

repetition: Range: 1 to 13

get_phup()int[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:UL:TPCSet:PCONfig:PHUP
value: int = driver.configure.uplink.tpcset.pconfig.get_phup()

Define the number of times the pattern has to be repeated for ‘Phase Discontinuity Up/Down’.

return

repetition: Range: 1 to 13

get_ts_segment()bool[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:UL:TPCSet:PCONfig:TSSegment
value: bool = driver.configure.uplink.tpcset.pconfig.get_ts_segment()

Enables or disables segmentation for test steps E, F, G and H.

return

enable: OFF | ON

get_tsef()int[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:UL:TPCSet:PCONfig:TSEF
value: int = driver.configure.uplink.tpcset.pconfig.get_tsef()

Defines the number of 0 bits to be sent before the all 1 pattern is started for TPC setup ‘TPC Test Step EF’.

return

length: Range: 100 to 170

get_tsgh()int[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:UL:TPCSet:PCONfig:TSGH
value: int = driver.configure.uplink.tpcset.pconfig.get_tsgh()

Defines the number of 0 bits to be sent before the all 1 pattern is started for TPC setup ‘TPC Test Step GH’.

return

length: Range: 60 to 170

set_dhib(value: RsCmwWcdmaSig.Implementations.Configure_.Uplink_.Tpcset_.Pconfig.Pconfig.DhibStruct)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:UL:TPCSet:PCONfig:DHIB
driver.configure.uplink.tpcset.pconfig.set_dhib(value = DhibStruct())

Defines the beginning of the pattern and the number of times the pattern has to be repeated for ‘DC HSPA In-Band Emission’.

param value

see the help for DhibStruct structure arguments.

set_phdown(repetition: int)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:UL:TPCSet:PCONfig:PHDown
driver.configure.uplink.tpcset.pconfig.set_phdown(repetition = 1)

Define the number of times the pattern has to be repeated for ‘Phase Discontinuity Up/Down’.

param repetition

Range: 1 to 13

set_phup(repetition: int)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:UL:TPCSet:PCONfig:PHUP
driver.configure.uplink.tpcset.pconfig.set_phup(repetition = 1)

Define the number of times the pattern has to be repeated for ‘Phase Discontinuity Up/Down’.

param repetition

Range: 1 to 13

set_ts_segment(enable: bool)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:UL:TPCSet:PCONfig:TSSegment
driver.configure.uplink.tpcset.pconfig.set_ts_segment(enable = False)

Enables or disables segmentation for test steps E, F, G and H.

param enable

OFF | ON

set_tsef(length: int)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:UL:TPCSet:PCONfig:TSEF
driver.configure.uplink.tpcset.pconfig.set_tsef(length = 1)

Defines the number of 0 bits to be sent before the all 1 pattern is started for TPC setup ‘TPC Test Step EF’.

param length

Range: 100 to 170

set_tsgh(length: int)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:UL:TPCSet:PCONfig:TSGH
driver.configure.uplink.tpcset.pconfig.set_tsgh(length = 1)

Defines the number of 0 bits to be sent before the all 1 pattern is started for TPC setup ‘TPC Test Step GH’.

param length

Range: 60 to 170