State
SCPI Command :
CONFigure[:NR5G]:UL[:CC<cc>]:PAMapping<cf>:STATe
- class StateCls[source]
State commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(carrierComponent=CarrierComponent.Default, antennaPortConfig=AntennaPortConfig.Default) bool [source]
# SCPI: CONFigure[:NR5G]:UL[:CC<cc>]:PAMapping<cf>:STATe value: bool = driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.pamapping.state.get(carrierComponent = repcap.CarrierComponent.Default, antennaPortConfig = repcap.AntennaPortConfig.Default)
- Selects one of the antenna port configurations.
INTRO_CMD_HELP: Effects of this command
If you turn on a configuration, the other antenna port configuration is automatically turned off (and vice versa) .
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- param antennaPortConfig
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Pamapping’)
- return
state: ON | OFF | 1 | 0
- set(state: bool, carrierComponent=CarrierComponent.Default, antennaPortConfig=AntennaPortConfig.Default) None [source]
# SCPI: CONFigure[:NR5G]:UL[:CC<cc>]:PAMapping<cf>:STATe driver.applications.k14Xnr5G.configure.nr5G.uplink.cc.pamapping.state.set(state = False, carrierComponent = repcap.CarrierComponent.Default, antennaPortConfig = repcap.AntennaPortConfig.Default)
- Selects one of the antenna port configurations.
INTRO_CMD_HELP: Effects of this command
If you turn on a configuration, the other antenna port configuration is automatically turned off (and vice versa) .
- param state
ON | OFF | 1 | 0
- param carrierComponent
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Cc’)
- param antennaPortConfig
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Pamapping’)