Rms

SCPI Command:

CONFigure:VSE:MEASurement<Instance>:LIMit:PTFive:MFIDelity:RMS
class RmsCls[source]

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

class RmsStruct[source]

Response structure. Fields:

  • Enable: bool: OFF | ON

  • Limit: float: Range: 0.00 % to 100.00 % , Unit: %

get() RmsStruct[source]
# SCPI: CONFigure:VSE:MEASurement<Instance>:LIMit:PTFive:MFIDelity:RMS
value: RmsStruct = driver.configure.vse.measurement.limit.ptFive.mfidelity.rms.get()

Enables/disables limit evaluation and sets the upper limit for the RMS modulation fidelity.

return:

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

set(enable: bool, limit: float) None[source]
# SCPI: CONFigure:VSE:MEASurement<Instance>:LIMit:PTFive:MFIDelity:RMS
driver.configure.vse.measurement.limit.ptFive.mfidelity.rms.set(enable = False, limit = 1.0)

Enables/disables limit evaluation and sets the upper limit for the RMS modulation fidelity.

param enable:

OFF | ON

param limit:

Range: 0.00 % to 100.00 % , Unit: %