MaxPm
SCPI Command :
CALCulate<n>:CHRDetection:TABLe:PHASe:MAXPm
- class MaxPmCls[source]
MaxPm commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- class MaxPmStruct[source]
Response structure. Fields:
State: bool: No parameter help available
Scaling: enums.AngleUnit: S | MS | US | NS
- get(window=Window.Default) MaxPmStruct [source]
# SCPI: CALCulate<n>:CHRDetection:TABLe:PHASe:MAXPm value: MaxPmStruct = driver.applications.k60Transient.calculate.chrDetection.table.phase.maxPm.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 MaxPmStruct structure arguments.
- set(state: bool, scaling: Optional[RsFsw.enums.AngleUnit] = None, window=Window.Default) None [source]
# SCPI: CALCulate<n>:CHRDetection:TABLe:PHASe:MAXPm driver.applications.k60Transient.calculate.chrDetection.table.phase.maxPm.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’)