Rtype

SCPI Command :

CONFigure:NRSub:MEASurement<Instance>:SRS:RTYPe
class RtypeCls[source]

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

class RtypeStruct[source]

Response structure. Fields:

  • Periodicity: enums.SrsPeriodicity: No parameter help available

  • Offset: int: No parameter help available

get() RtypeStruct[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:SRS:RTYPe
value: RtypeStruct = driver.configure.nrSubMeas.srs.rtype.get()

No command help available

return:

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

set(periodicity: SrsPeriodicity, offset: int = None) None[source]
# SCPI: CONFigure:NRSub:MEASurement<Instance>:SRS:RTYPe
driver.configure.nrSubMeas.srs.rtype.set(periodicity = enums.SrsPeriodicity.SL1, offset = 1)

No command help available

param periodicity:

No help available

param offset:

No help available