FdError

SCPI Command:

CONFigure:VSE:MEASurement<Instance>:LIMit:PTFive:FDERor
class FdErrorCls[source]

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

class FdErrorStruct[source]

Response structure. Fields:

  • Enable: bool: OFF | ON

  • Limit: float: Range: 0 Hz to 1 MHz , Unit: Hz

get() FdErrorStruct[source]
# SCPI: CONFigure:VSE:MEASurement<Instance>:LIMit:PTFive:FDERor
value: FdErrorStruct = driver.configure.vse.measurement.limit.ptFive.fdError.get()

Enables/disables limit evaluation and sets the upper limit for the FSK deviation error.

return:

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

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

Enables/disables limit evaluation and sets the upper limit for the FSK deviation error.

param enable:

OFF | ON

param limit:

Range: 0 Hz to 1 MHz , Unit: Hz