Gcs

SCPI Command :

[SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:RNTI:GCS
class GcsCls[source]

Gcs commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get(userNull=UserNull.Default) int[source]
# SCPI: [SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:RNTI:GCS
value: int = driver.source.bb.nr5G.ubwp.user.rnti.gcs.get(userNull = repcap.UserNull.Default)

Sets the G-CS-RNTI of the user.

param userNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘User’)

return

gc_srnti: No help available

set(gc_srnti: int, userNull=UserNull.Default) None[source]
# SCPI: [SOURce<HW>]:BB:NR5G:UBWP:USER<US(CH0)>:RNTI:GCS
driver.source.bb.nr5G.ubwp.user.rnti.gcs.set(gc_srnti = 1, userNull = repcap.UserNull.Default)

Sets the G-CS-RNTI of the user.

param gc_srnti

integer Range: 1 to 65519

param userNull

optional repeated capability selector. Default value: Nr0 (settable in the interface ‘User’)