IsfHopping

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:ALLocation<Allocation>:PUCCh:ISFHopping
class IsfHoppingCls[source]

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

get(carrierComponentFour=CarrierComponentFour.Nr1, allocation=Allocation.Default) bool[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:ALLocation<Allocation>:PUCCh:ISFHopping
value: bool = driver.configure.nrSubMeas.cc.allocation.pucch.isfHopping.get(carrierComponentFour = repcap.CarrierComponentFour.Nr1, allocation = repcap.Allocation.Default)

No command help available

param carrierComponentFour:

optional repeated capability selector. Default value: Nr1

param allocation:

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

return:

enable: No help available

set(enable: bool, carrierComponentFour=CarrierComponentFour.Nr1, allocation=Allocation.Default) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:ALLocation<Allocation>:PUCCh:ISFHopping
driver.configure.nrSubMeas.cc.allocation.pucch.isfHopping.set(enable = False, carrierComponentFour = repcap.CarrierComponentFour.Nr1, allocation = repcap.Allocation.Default)

No command help available

param enable:

No help available

param carrierComponentFour:

optional repeated capability selector. Default value: Nr1

param allocation:

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