State

SCPI Command :

CONFigure[:NR5G]:DL[:CC<cc>]:PAMapping<cf>:STATe
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get(carrierComponent=CarrierComponent.Default, antennaPortConfig=AntennaPortConfig.Default) bool[source]
# CONFigure[:NR5G]:DL[:CC<cc>]:PAMapping<cf>:STATe
value: bool = driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.pamapping.state.get(carrierComponent = repcap.CarrierComponent.Default, antennaPortConfig = repcap.AntennaPortConfig.Default)

Selects one of the antenna port configurations. Effects of this command

  • If you turn on a configuration, the other antenna port configuration is automatically turned off (and vice versa) .

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

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

Returns:

state: ON | OFF | 1 | 0

set(state: bool, carrierComponent=CarrierComponent.Default, antennaPortConfig=AntennaPortConfig.Default) None[source]
# CONFigure[:NR5G]:DL[:CC<cc>]:PAMapping<cf>:STATe
driver.applications.k14Xnr5G.configure.nr5G.downlink.cc.pamapping.state.set(state = False, carrierComponent = repcap.CarrierComponent.Default, antennaPortConfig = repcap.AntennaPortConfig.Default)

Selects one of the antenna port configurations. Effects of this command

  • If you turn on a configuration, the other antenna port configuration is automatically turned off (and vice versa) .

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

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

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