Mitm

SCPI Command :

CONFigure[:LTE]:DL[:CC<cc>]:PHICh:MITM
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default) bool[source]
# CONFigure[:LTE]:DL[:CC<cc>]:PHICh:MITM
value: bool = driver.applications.k10Xlte.configure.lte.downlink.cc.phich.mitm.get(carrierComponent = repcap.CarrierComponent.Default)

Includes or excludes the use of the PHICH special setting for enhanced test models.

Parameters:

carrierComponent – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)

Returns:

state: ON | OFF | 1 | 0

set(state: bool, carrierComponent=CarrierComponent.Default) None[source]
# CONFigure[:LTE]:DL[:CC<cc>]:PHICh:MITM
driver.applications.k10Xlte.configure.lte.downlink.cc.phich.mitm.set(state = False, carrierComponent = repcap.CarrierComponent.Default)

Includes or excludes the use of the PHICH special setting for enhanced test models.

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

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