Pformat<PreambleFormat>

RepCap Settings

# Range: Fmt1 .. Fmt5
rc = driver.configure.prach.modulation.ewLength.pformat.repcap_preambleFormat_get()
driver.configure.prach.modulation.ewLength.pformat.repcap_preambleFormat_set(repcap.PreambleFormat.Fmt1)

SCPI Command :

CONFigure:LTE:MEASurement<Instance>:PRACh:MODulation:EWLength:PFORmat<PreambleFormat>
class PformatCls[source]

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

get(preambleFormat=PreambleFormat.Default) int[source]
# SCPI: CONFigure:LTE:MEASurement<Instance>:PRACh:MODulation:EWLength:PFORmat<PreambleFormat>
value: int = driver.configure.prach.modulation.ewLength.pformat.get(preambleFormat = repcap.PreambleFormat.Default)

No command help available

param preambleFormat:

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

return:

evm_window_length: No help available

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

No command help available

param evm_window_length:

No help available

param preambleFormat:

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

Cloning the Group

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