State

SCPI Command :

[SOURce<HW>]:BB:EUTRa:UL:UE<ST>:[CELL<CCIDX>]:FRC:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(userEquipment=UserEquipment.Default, cellNull=CellNull.Default) bool[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:[CELL<CCIDX>]:FRC:STATe
value: bool = driver.source.bb.eutra.uplink.ue.cell.frc.state.get(userEquipment = repcap.UserEquipment.Default, cellNull = repcap.CellNull.Default)

Enables/disables FRC configuration. Enabling FRC configuration sets some parameters to their predefined values, i.e. several parameters are displayed as read-only. Reconfiguration of the values of this parameters is possible only after disabling the FRC configuration. The FRC State is disabled and cannot be enabled, if a user defined cyclic prefix (BB:EUTR:UL:CPC USER) is selected.

Parameters:
  • userEquipment – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)

  • cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)

Returns:

state: 1 | ON | 0| OFF

set(state: bool, userEquipment=UserEquipment.Default, cellNull=CellNull.Default) None[source]
# [SOURce<HW>]:BB:EUTRa:UL:UE<ST>:[CELL<CCIDX>]:FRC:STATe
driver.source.bb.eutra.uplink.ue.cell.frc.state.set(state = False, userEquipment = repcap.UserEquipment.Default, cellNull = repcap.CellNull.Default)

Enables/disables FRC configuration. Enabling FRC configuration sets some parameters to their predefined values, i.e. several parameters are displayed as read-only. Reconfiguration of the values of this parameters is possible only after disabling the FRC configuration. The FRC State is disabled and cannot be enabled, if a user defined cyclic prefix (BB:EUTR:UL:CPC USER) is selected.

Parameters:
  • state – 1 | ON | 0| OFF

  • userEquipment – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Ue’)

  • cellNull – optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Cell’)