TypePy

SCPI Command :

[CONFigure]:SIGNaling:NRADio:CELL:DMRS:UL:MTB:TYPE
class TypePyCls[source]

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

get(cell_name: str) ConfigType[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:DMRS:UL:MTB:TYPE
value: enums.ConfigType = driver.configure.signaling.nradio.cell.dmrs.uplink.mtb.typePy.get(cell_name = 'abc')

No command help available

param cell_name:

No help available

return:

config_type: No help available

set(cell_name: str, config_type: ConfigType) None[source]
# SCPI: [CONFigure]:SIGNaling:NRADio:CELL:DMRS:UL:MTB:TYPE
driver.configure.signaling.nradio.cell.dmrs.uplink.mtb.typePy.set(cell_name = 'abc', config_type = enums.ConfigType.T1)

No command help available

param cell_name:

No help available

param config_type:

No help available