Pformat<PFormat>
SCPI Command :
CONFigure:NRSub:MEASurement<Instance>:PRACh:MODulation:EWLength:PFORmat<no>
- Commands in total: 1Subgroups: 0Direct child commands: 1
Repeated Capability Setting:
# Range: Nr1 .. Nr13 driver.configure.nrSubMeas.prach.modulation.ewLength.pformat.repcap_pFormat_set(repcap.PFormat.Nr1)
- get(pFormat=PFormat.Default) int[source]
# CONFigure:NRSub:MEASurement<Instance>:PRACh:MODulation:EWLength:PFORmat<no> value: int = driver.configure.nrSubMeas.prach.modulation.ewLength.pformat.get(pFormat = repcap.PFormat.Default)
No help available
- Parameters:
pFormat – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Pformat’)
- set(evm_window_length: int, pFormat=PFormat.Default) None[source]
# 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 help available
- Parameters:
pFormat – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Pformat’)
Cloning the Group
# Create a copy of the original group, that exists independently
pformat_copy = driver.configure.nrSubMeas.prach.modulation.ewLength.pformat.clone()