Dpcch
SCPI Command :
[SOURce]:BB:W3GPp:TS25141:WSIGnal:DPCCh:SFORmat
- Commands in total: 8Subgroups: 1Direct child commands: 1
- get_sformat() int[source]
# [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.
- Returns:
sformat: integer Range: 0 to 5
- set_sformat(sformat: int) None[source]
# [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.
- Parameters:
sformat – integer Range: 0 to 5
Cloning the Group
# Create a copy of the original group, that exists independently
dpcch_copy = driver.source.bb.w3Gpp.ts25141.wsignal.dpcch.clone()
Subgroups