Bits

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:CONNection:SCC<carrier>:TM<nr>:ZP:BITS
class BitsCls[source]

Bits commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(secondaryCompCarrier=SecondaryCompCarrier.Default) str[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:SCC<carrier>:TM<nr>:ZP:BITS
value: str = driver.configure.connection.scc.tm.zp.bits.get(secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Specifies the bitmap ‘ZeroPowerCSI-RS’.

param secondaryCompCarrier:

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

return:

bits: binary 16-bit value Range: #B0000000000000000 to #B1111111111111111

set(bits: str, secondaryCompCarrier=SecondaryCompCarrier.Default) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:SCC<carrier>:TM<nr>:ZP:BITS
driver.configure.connection.scc.tm.zp.bits.set(bits = rawAbc, secondaryCompCarrier = repcap.SecondaryCompCarrier.Default)

Specifies the bitmap ‘ZeroPowerCSI-RS’.

param bits:

binary 16-bit value Range: #B0000000000000000 to #B1111111111111111

param secondaryCompCarrier:

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