Dpcch

SCPI Command :

[SOURce]:BB:W3GPp:TS25141:WSIGnal:DPCCh:SFORmat
class DpcchCls[source]

Dpcch commands group definition. 8 total commands, 1 Subgroups, 1 group commands

get_sformat() int[source]
# SCPI: [SOURce]:BB:W3GPp:TS25141:WSIGnal:DPCCh:SFORmat
value: int = driver.source.bb.w3Gpp.ts25141.wsignal.dpcch.get_sformat()

Sets the slot format for the DPCCH. The slot format defines the FBI mode and the TFCI status.

return

sformat: integer Range: 0 to 5

set_sformat(sformat: int) None[source]
# SCPI: [SOURce]:BB:W3GPp:TS25141:WSIGnal:DPCCh:SFORmat
driver.source.bb.w3Gpp.ts25141.wsignal.dpcch.set_sformat(sformat = 1)

Sets the slot format for the DPCCH. The slot format defines the FBI mode and the TFCI status.

param sformat

integer Range: 0 to 5

Cloning the Group

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

Subgroups