Unit
SCPI Command :
CALCulate<n>:LIMit<li>:UNIT
- class UnitCls[source]
Unit commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get(window=Window.Default, limitIx=LimitIx.Default) RsFsw.enums.LimitUnit [source]
# SCPI: CALCulate<n>:LIMit<li>:UNIT value: enums.LimitUnit = driver.calculate.limit.unit.get(window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)
Defines the unit of a limit line.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- param limitIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Limit’)
- return
unit: DBM | DBPW | WATT | DBUV | DBMV | VOLT | DBUA | AMPere | DB | DBUV_M | DBUA_M | DBM_hz | DBM_mhz | DBUV_mhz | DBMV_mhz | DBUa_mhz | DBUV_m | DBUa_m | DBUV_mmhz | DBUa_mmhz | DBPW_mhz | DBPT_mhz | DBPT | (unitless) If you select a dB-based unit for the limit line, the command automatically turns the limit line into a relative limit line.
- set(unit: RsFsw.enums.LimitUnit, window=Window.Default, limitIx=LimitIx.Default) None [source]
# SCPI: CALCulate<n>:LIMit<li>:UNIT driver.calculate.limit.unit.set(unit = enums.LimitUnit.A, window = repcap.Window.Default, limitIx = repcap.LimitIx.Default)
Defines the unit of a limit line.
- param unit
DBM | DBPW | WATT | DBUV | DBMV | VOLT | DBUA | AMPere | DB | DBUV_M | DBUA_M | DBM_hz | DBM_mhz | DBUV_mhz | DBMV_mhz | DBUa_mhz | DBUV_m | DBUa_m | DBUV_mmhz | DBUa_mmhz | DBPW_mhz | DBPT_mhz | DBPT | (unitless) If you select a dB-based unit for the limit line, the command automatically turns the limit line into a relative limit line.
- param window
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Calculate’)
- param limitIx
optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Limit’)