Pdata<PacketData>

RepCap Settings

# Range: Pd8 .. Pd384
rc = driver.configure.uplink.gfactor.pdata.repcap_packetData_get()
driver.configure.uplink.gfactor.pdata.repcap_packetData_set(repcap.PacketData.Pd8)

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:UL:GFACtor:PDATa<PacketData>
class Pdata[source]

Pdata commands group definition. 1 total commands, 0 Sub-groups, 1 group commands Repeated Capability: PacketData, default value after init: PacketData.Pd8

class PdataStruct[source]

Structure for setting input parameters. Fields:

  • Beta_C: int: Range: 1 to 15

  • Beta_D: int: Range: 1 to 15

get(packetData=<PacketData.Default: -1>)PdataStruct[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:UL:GFACtor:PDATa<nr>
value: PdataStruct = driver.configure.uplink.gfactor.pdata.get(packetData = repcap.PacketData.Default)

Specifies the UE gain factors βc (DPCCH) and βd (DPDCH) for packet data connections.

param packetData

optional repeated capability selector. Default value: Pd8 (settable in the interface ‘Pdata’)

return

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

set(structure: RsCmwWcdmaSig.Implementations.Configure_.Uplink_.Gfactor_.Pdata.Pdata.PdataStruct, packetData=<PacketData.Default: -1>)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:UL:GFACtor:PDATa<nr>
driver.configure.uplink.gfactor.pdata.set(value = [PROPERTY_STRUCT_NAME](), packetData = repcap.PacketData.Default)

Specifies the UE gain factors βc (DPCCH) and βd (DPDCH) for packet data connections.

param structure

for set value, see the help for PdataStruct structure arguments.

param packetData

optional repeated capability selector. Default value: Pd8 (settable in the interface ‘Pdata’)

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.uplink.gfactor.pdata.clone()