PeFile
SCPI Command :
[SOURce<HW>]:BB:NR5G:OUTPut:BBConf:ROW<APR(CH0)>:PEFile
- class PeFileCls[source]
 PeFile commands group definition. 2 total commands, 1 Subgroups, 1 group commands
- get(rowNull=RowNull.Default) str[source]
 # SCPI: [SOURce<HW>]:BB:NR5G:OUTPut:BBConf:ROW<APR(CH0)>:PEFile value: str = driver.source.bb.nr5G.output.bbConf.row.peFile.get(rowNull = repcap.RowNull.Default)
No command help available
- param rowNull
 optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Row’)
- return
 phy_exp_file: No help available
- set(phy_exp_file: str, rowNull=RowNull.Default) None[source]
 # SCPI: [SOURce<HW>]:BB:NR5G:OUTPut:BBConf:ROW<APR(CH0)>:PEFile driver.source.bb.nr5G.output.bbConf.row.peFile.set(phy_exp_file = 'abc', rowNull = repcap.RowNull.Default)
No command help available
- param phy_exp_file
 No help available
- param rowNull
 optional repeated capability selector. Default value: Nr0 (settable in the interface ‘Row’)
Cloning the Group
# Create a clone of the original group, that exists independently
group2 = driver.source.bb.nr5G.output.bbConf.row.peFile.clone()
Subgroups