Rms

SCPI Command:

CONFigure:VSE:MEASurement<Instance>:LIMit:PTFive:FFERor: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:FFERor:RMS
value: RmsStruct = driver.configure.vse.measurement.limit.ptFive.ffError.rms.get()

Configures an upper limit for the measured RMS value of the frequency deviation error.

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:FFERor:RMS
driver.configure.vse.measurement.limit.ptFive.ffError.rms.set(enable = False, limit = 1.0)

Configures an upper limit for the measured RMS value of the frequency deviation error.

param enable:

OFF | ON

param limit:

Range: 0.00 % to 100.00 % , Unit: %