MaxPm
SCPI Command :
CALCulate<n>:CHRDetection:TABLe:PHASe:MAXPm
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class MaxPmStruct[source]
Response structure. Fields:
1 State: bool: No parameter help available
2 Scaling: enums.AngleUnit: S | MS | US | NS
- get(window=Window.Default) MaxPmStruct[source]
# CALCulate<n>:CHRDetection:TABLe:PHASe:MAXPm value: MaxPmStruct = driver.applications.k60Transient.calculate.chrDetection.table.phase.maxPm.get(window = repcap.Window.Default)
No help available
- Parameters:
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- Returns:
structure: for return value, see the help for MaxPmStruct structure arguments.
- set(state: bool, scaling: AngleUnit = None, window=Window.Default) None[source]
# 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 help available
- Parameters:
state – 1..n
scaling – S | MS | US | NS
window – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)