Csfb

SCPI Command :

CONFigure:LTE:SIGNaling<instance>:CONNection:CSFB:DESTination
class CsfbCls[source]

Csfb commands group definition. 4 total commands, 3 Subgroups, 1 group commands

get_destination() CsbfDestination[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:CSFB:DESTination
value: enums.CsbfDestination = driver.configure.connection.csfb.get_destination()

Selects the target radio access technology for MO CSFB.

return:

destination: GSM | WCDMa | TDSCdma | NONE

set_destination(destination: CsbfDestination) None[source]
# SCPI: CONFigure:LTE:SIGNaling<instance>:CONNection:CSFB:DESTination
driver.configure.connection.csfb.set_destination(destination = enums.CsbfDestination.CDMA)

Selects the target radio access technology for MO CSFB.

param destination:

GSM | WCDMa | TDSCdma | NONE

Cloning the Group

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

Subgroups