IdDummy

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:DL:CARRier<Carrier>:HSSCch<HSSCch>:IDDummy
class IdDummy[source]

IdDummy commands group definition. 1 total commands, 0 Sub-groups, 1 group commands

get(hSSCch=<HSSCch.Default: -1>)float[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:CARRier<carrier>:HSSCch<nr>:IDDummy
value: float = driver.configure.downlink.carrier.hsscch.idDummy.get(hSSCch = repcap.HSSCch.Default)

Sets the dummy UE identity to be sent in subframes which are not allocated to the UE. Individual values can be set per HS-SCCH.

Global Repeated Capabilities: repcap.Carrier
param hSSCch

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

return

dummy_ueid: Range: 0 (#H0) to 65535 (#HFFFF)

set(dummy_ueid: float, hSSCch=<HSSCch.Default: -1>)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:DL:CARRier<carrier>:HSSCch<nr>:IDDummy
driver.configure.downlink.carrier.hsscch.idDummy.set(dummy_ueid = 1.0, hSSCch = repcap.HSSCch.Default)

Sets the dummy UE identity to be sent in subframes which are not allocated to the UE. Individual values can be set per HS-SCCH.

param dummy_ueid

Range: 0 (#H0) to 65535 (#HFFFF)

Global Repeated Capabilities: repcap.Carrier
param hSSCch

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