BwConfig

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:MEValuation:BWConfig
class BwConfigCls[source]

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

class BwConfigStruct[source]

Response structure. Fields:

  • Sub_Carr_Spacing: enums.SubCarrSpacing: No parameter help available

  • Channel_Bw: enums.ChannelBwidth: No parameter help available

get() BwConfigStruct[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:BWConfig
value: BwConfigStruct = driver.configure.nrSubMeas.multiEval.bwConfig.get()

No command help available

return:

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

set(sub_carr_spacing: SubCarrSpacing, channel_bw: ChannelBwidth) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:MEValuation:BWConfig
driver.configure.nrSubMeas.multiEval.bwConfig.set(sub_carr_spacing = enums.SubCarrSpacing.S15K, channel_bw = enums.ChannelBwidth.B005)

No command help available

param sub_carr_spacing:

No help available

param channel_bw:

No help available