Thd

SCPI Command :

UNIT:THD
Commands in total: 1
Subgroups: 0
Direct child commands: 1
get() UnitMode[source]
# UNIT:THD
value: enums.UnitMode = driver.unit.thd.get()

Selects the unit for THD measurements (<n> is irrelevant) . Is identical to CALC:UNIT:THD

Returns:

mode: DB | PCT

set(mode: UnitMode) None[source]
# UNIT:THD
driver.unit.thd.set(mode = enums.UnitMode.DB)

Selects the unit for THD measurements (<n> is irrelevant) . Is identical to CALC:UNIT:THD

Parameters:

mode – DB | PCT