Rtype
SCPI Command :
CONFigure:NRSub:MEASurement<Instance>:SRS[:SRESource<Resource>]:RTYPe
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class RtypeStruct[source]
Response structure. Fields:
1 Periodicity: enums.SrsPeriodicity: Periodicity of the SRS transmissions in slots.
2 Offset: int: Number of slots, shifting the start of the SRS slot sequence.
- get(resource=Resource.Default) RtypeStruct[source]
# CONFigure:NRSub:MEASurement<Instance>:SRS[:SRESource<Resource>]:RTYPe value: RtypeStruct = driver.configure.nrSubMeas.srs.sresource.rtype.get(resource = repcap.Resource.Default)
Defines the SRS periodicity at slot level for SRS resource <r>.
- Parameters:
resource – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sresource’)
- Returns:
structure: for return value, see the help for RtypeStruct structure arguments.
- set(periodicity: SrsPeriodicity, offset: int = None, resource=Resource.Default) None[source]
# CONFigure:NRSub:MEASurement<Instance>:SRS[:SRESource<Resource>]:RTYPe driver.configure.nrSubMeas.srs.sresource.rtype.set(periodicity = enums.SrsPeriodicity.SL1, offset = 1, resource = repcap.Resource.Default)
Defines the SRS periodicity at slot level for SRS resource <r>.
- Parameters:
periodicity – Periodicity of the SRS transmissions in slots.
offset – Number of slots, shifting the start of the SRS slot sequence.
resource – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Sresource’)