CoUnit
SCPI Command :
MEASurement<*>:AMPTime:ARIThmetic:COUNit
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(measurement=Measurement.Default) SelectUnit[source]
# MEASurement<*>:AMPTime:ARIThmetic:COUNit value: enums.SelectUnit = driver.measurement.ampTime.arithmetic.coUnit.get(measurement = repcap.Measurement.Default)
Sets the unit of the constant, which is used as operand of the amplitude/time arithmetic measurement.
- Parameters:
measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)
- set(arith_cst_unt: SelectUnit, measurement=Measurement.Default) None[source]
# MEASurement<*>:AMPTime:ARIThmetic:COUNit driver.measurement.ampTime.arithmetic.coUnit.set(arith_cst_unt = enums.SelectUnit.A, measurement = repcap.Measurement.Default)
Sets the unit of the constant, which is used as operand of the amplitude/time arithmetic measurement.
- Parameters:
arith_cst_unt – DBM | DB | DB_HZ | DB_GHZ | DBC | DBC_HZ | DBPW_HZ | DBW | DBPW | DBM_HZ | DBMW | W | MW | W_HZ | J | V_S | A_S | DBV | DBMV | DBMV_HZ | DBMV_MHZ | DBUV | DBUV_HZ | DBUV_SQRT_HZ | DBUV_MHZ | DBUV_M | DBMV_M_HZ | DBUV_M_MHZ | V | MV | UV | VPP | VV | UV_HZ | UV_M_HZ | V_SQRT_HZ | DBA | DBMA | DBMA_HZ | DBMA_MHZ | DBUA | DBUA_HZ | DBUA_SQRT_HZ | DBUA_MHZ | DBUA_M | DBUA_M_HZ | DBUA_M_MHZ | A | UA_HZ | UA_M_HZ | A_SQRT_HZ | PCT | DBPT | DBPT_HZ | H | PH_GHZ | F | FF_GHZ | OHM | SIEMENS | S | DBPS | DBNS | DBUS | DBMS | DBS | HZ | DBHZ | DBKHZ | DBMHZ | DBGHZ | M | IN | DEG | RAD | CNTN | PCT | SYMB | VA_LIN | VA_LOG | NDEF | NONE | IRE | MILES | SYMB_S | MSYMB_S | MBIT_S | BIT_S | BIT | WORD | PPM | DB | PER_SEC | S_DIV | HZ_DIV | V_DIV | A_DIV | OHM_DIV | NONE_DIV | DIV | BER | S | S_S | BAUD | TDEG | VS | USER | UINV | W_DIV | V_V | A_V | W_V | BYTS | V_A | V_W | VA | VAR | UI | LN | HRS | MIN
measurement – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Measurement’)