Pformat<PFormat>

RepCap Settings

# Range: Nr1 .. Nr13
rc = driver.configure.nrSubMeas.prach.modulation.ewLength.pformat.repcap_pFormat_get()
driver.configure.nrSubMeas.prach.modulation.ewLength.pformat.repcap_pFormat_set(repcap.PFormat.Nr1)

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:PRACh:MODulation:EWLength:PFORmat<no>
class PformatCls[source]

Pformat commands group definition. 1 total commands, 0 Subgroups, 1 group commands Repeated Capability: PFormat, default value after init: PFormat.Nr1

get(pFormat=PFormat.Default) int[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:PRACh:MODulation:EWLength:PFORmat<no>
value: int = driver.configure.nrSubMeas.prach.modulation.ewLength.pformat.get(pFormat = repcap.PFormat.Default)

No command help available

param pFormat:

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

return:

evm_window_length: No help available

set(evm_window_length: int, pFormat=PFormat.Default) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:PRACh:MODulation:EWLength:PFORmat<no>
driver.configure.nrSubMeas.prach.modulation.ewLength.pformat.set(evm_window_length = 1, pFormat = repcap.PFormat.Default)

No command help available

param evm_window_length:

No help available

param pFormat:

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

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.nrSubMeas.prach.modulation.ewLength.pformat.clone()