RmsPm

SCPI Command :

CALCulate<n>:CHRDetection:TABLe:PHASe:RMSPm
class RmsPmCls[source]

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

class RmsPmStruct[source]

Response structure. Fields:

  • State: bool: No parameter help available

  • Scaling: enums.AngleUnit: S | MS | US | NS

get(window=Window.Default) RmsPmStruct[source]
# SCPI: CALCulate<n>:CHRDetection:TABLe:PHASe:RMSPm
value: RmsPmStruct = driver.applications.k60Transient.calculate.chrDetection.table.phase.rmsPm.get(window = repcap.Window.Default)

No command help available

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)

return

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

set(state: bool, scaling: Optional[RsFsw.enums.AngleUnit] = None, window=Window.Default) None[source]
# SCPI: CALCulate<n>:CHRDetection:TABLe:PHASe:RMSPm
driver.applications.k60Transient.calculate.chrDetection.table.phase.rmsPm.set(state = False, scaling = enums.AngleUnit.DEG, window = repcap.Window.Default)

No command help available

param state

1..n

param scaling

S | MS | US | NS

param window

optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)