Cswitched

SCPI Commands

CONFigure:WCDMa:SIGNaling<Instance>:CONNection:CSWitched:CRELease
class Cswitched[source]

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

get_crelease()RsCmwWcdmaSig.enums.CallRelease[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CONNection:CSWitched:CRELease
value: enums.CallRelease = driver.configure.connection.cswitched.get_crelease()

Specifies the signaling volume during the call release.

return

call_release: NORMal | LOCal NORMal: normal release LOCal: local end release without signaling

set_crelease(call_release: RsCmwWcdmaSig.enums.CallRelease)None[source]
# SCPI: CONFigure:WCDMa:SIGNaling<instance>:CONNection:CSWitched:CRELease
driver.configure.connection.cswitched.set_crelease(call_release = enums.CallRelease.LOCal)

Specifies the signaling volume during the call release.

param call_release

NORMal | LOCal NORMal: normal release LOCal: local end release without signaling