Dsc

SCPI Commands

CONFigure:EVDO:SIGNaling<Instance>:LAYer:MAC:EFTProtocol:DSC:VALue
CONFigure:EVDO:SIGNaling<Instance>:LAYer:MAC:EFTProtocol:DSC:CGAin
class Dsc[source]

Dsc commands group definition. 2 total commands, 0 Sub-groups, 2 group commands

get_cgain()float[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:LAYer:MAC:EFTProtocol:DSC:CGAin
value: float = driver.configure.layer.mac.eftProtocol.dsc.get_cgain()

Sets the power of the reverse DSC relative to the power of the reverse pilot channel (for subtype 2 and 3 signals only) .

return

dscch_gain: Range: -15.5 dB to 0 dB, Unit: dB

get_value()int[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:LAYer:MAC:EFTProtocol:DSC:VALue
value: int = driver.configure.layer.mac.eftProtocol.dsc.get_value()

Specifies the value that the AT is to use on the data source channel (DSC) to select the serving sector simulated by the R&S CMW (for subtype 2 and 3 signals only) .

return

dsc_value: Range: 1 to 7

set_cgain(dscch_gain: float)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:LAYer:MAC:EFTProtocol:DSC:CGAin
driver.configure.layer.mac.eftProtocol.dsc.set_cgain(dscch_gain = 1.0)

Sets the power of the reverse DSC relative to the power of the reverse pilot channel (for subtype 2 and 3 signals only) .

param dscch_gain

Range: -15.5 dB to 0 dB, Unit: dB

set_value(dsc_value: int)None[source]
# SCPI: CONFigure:EVDO:SIGNaling<instance>:LAYer:MAC:EFTProtocol:DSC:VALue
driver.configure.layer.mac.eftProtocol.dsc.set_value(dsc_value = 1)

Specifies the value that the AT is to use on the data source channel (DSC) to select the serving sector simulated by the R&S CMW (for subtype 2 and 3 signals only) .

param dsc_value

Range: 1 to 7