Nbits
SCPI Command :
CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:PSCCh:NBITs
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class NbitsStruct[source]
Response structure. Fields:
1 User_Defined: bool: OFF: The number of bits is calculated automatically. ON: The number of bits is set via NoBits.
2 No_Symbols: int: No parameter help available
- get(carrierComponentOne=CarrierComponentOne.Nr1) NbitsStruct[source]
# CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:PSCCh:NBITs value: NbitsStruct = driver.configure.nrSubMeas.cc.pscch.nbits.get(carrierComponentOne = repcap.CarrierComponentOne.Nr1)
Configures the number of bits in the data fields of the PSCCH.
- Parameters:
carrierComponentOne – optional repeated capability selector. Default value: Nr1
- Returns:
structure: for return value, see the help for NbitsStruct structure arguments.
- set(user_defined: bool, no_symbols: int = None, carrierComponentOne=CarrierComponentOne.Nr1) None[source]
# CONFigure:NRSub:MEASurement<Instance>[:CC<no>]:PSCCh:NBITs driver.configure.nrSubMeas.cc.pscch.nbits.set(user_defined = False, no_symbols = 1, carrierComponentOne = repcap.CarrierComponentOne.Nr1)
Configures the number of bits in the data fields of the PSCCH.
- Parameters:
user_defined – OFF: The number of bits is calculated automatically. ON: The number of bits is set via NoBits.
no_symbols – Send this setting only with UserDefined = ON. A query returns the current value (calculated for UserDefined = OFF or configured for UserDefined = ON) .
carrierComponentOne – optional repeated capability selector. Default value: Nr1