Tch

SCPI Commands

CONFigure:GSM:SIGNaling<Instance>:RFSettings:PCL:TCH:CSWitched
class Tch[source]

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

get_cswitched()int[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:RFSettings:PCL:TCH:CSWitched
value: int = driver.configure.rfSettings.pcl.tch.get_cswitched()

Defines the MS transmitter output level in the TCH timeslot that the MS uses for circuit switched connections. The level is signaled to the MS under test as a power control level (PCL) value.

return

pcl: Range: 0 to 31

set_cswitched(pcl: int)None[source]
# SCPI: CONFigure:GSM:SIGNaling<Instance>:RFSettings:PCL:TCH:CSWitched
driver.configure.rfSettings.pcl.tch.set_cswitched(pcl = 1)

Defines the MS transmitter output level in the TCH timeslot that the MS uses for circuit switched connections. The level is signaled to the MS under test as a power control level (PCL) value.

param pcl

Range: 0 to 31