Tdomain

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:ALLocation<Allocation>:PUSCh:TDOMain
class TdomainCls[source]

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

class TdomainStruct[source]

Response structure. Fields:

  • Mapping_Type: enums.MappingType: No parameter help available

  • No_Symbols: int: No parameter help available

  • Start_Symbol: int: No parameter help available

get(carrierComponent=CarrierComponent.Nr1, allocation=Allocation.Default) TdomainStruct[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:ALLocation<Allocation>:PUSCh:TDOMain
value: TdomainStruct = driver.configure.nrSubMeas.cc.allocation.pusch.tdomain.get(carrierComponent = repcap.CarrierComponent.Nr1, allocation = repcap.Allocation.Default)

No command help available

param carrierComponent:

optional repeated capability selector. Default value: Nr1

param allocation:

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

return:

structure: for return value, see the help for TdomainStruct structure arguments.

set(mapping_type: MappingType, no_symbols: int, start_symbol: int, carrierComponent=CarrierComponent.Nr1, allocation=Allocation.Default) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:ALLocation<Allocation>:PUSCh:TDOMain
driver.configure.nrSubMeas.cc.allocation.pusch.tdomain.set(mapping_type = enums.MappingType.A, no_symbols = 1, start_symbol = 1, carrierComponent = repcap.CarrierComponent.Nr1, allocation = repcap.Allocation.Default)

No command help available

param mapping_type:

No help available

param no_symbols:

No help available

param start_symbol:

No help available

param carrierComponent:

optional repeated capability selector. Default value: Nr1

param allocation:

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