Zp

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:TM<nr>:ZP:BITS
class ZpCls[source]

Zp commands group definition. 2 total commands, 1 Subgroups, 1 group commands

get_bits() str[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:TM<nr>:ZP:BITS
value: str = driver.configure.connection.pcc.tm.zp.get_bits()

Specifies the bitmap ‘ZeroPowerCSI-RS’.

return:

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

set_bits(bits: str) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection[:PCC]:TM<nr>:ZP:BITS
driver.configure.connection.pcc.tm.zp.set_bits(bits = rawAbc)

Specifies the bitmap ‘ZeroPowerCSI-RS’.

param bits:

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.connection.pcc.tm.zp.clone()

Subgroups