Mlevel
SCPI Command :
REFLevel<*>:ABSolute:MLEVel
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(refLevel=RefLevel.Default) float[source]
# REFLevel<*>:ABSolute:MLEVel value: float = driver.refLevel.absolute.mlevel.get(refLevel = repcap.RefLevel.Default)
For user signal level selection, the level is the middle level between high and low signal level. The value is adjusted automatically if you change the high or low signal levels. Vice versa, if you change the middle level, the high and low signal levels are adjusted. For user reference level selection, the level is the middle level between upper and lower reference level. The value is adjusted automatically if you change the upper or lower reference levels. Vice versa, if you change the middle level, the upper and lower reference levels are adjusted.
- Parameters:
refLevel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘RefLevel’)
- set(value: float, refLevel=RefLevel.Default) None[source]
# REFLevel<*>:ABSolute:MLEVel driver.refLevel.absolute.mlevel.set(value = 1.0, refLevel = repcap.RefLevel.Default)
For user signal level selection, the level is the middle level between high and low signal level. The value is adjusted automatically if you change the high or low signal levels. Vice versa, if you change the middle level, the high and low signal levels are adjusted. For user reference level selection, the level is the middle level between upper and lower reference level. The value is adjusted automatically if you change the upper or lower reference levels. Vice versa, if you change the middle level, the upper and lower reference levels are adjusted.
- Parameters:
refLevel – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘RefLevel’)