Range

SCPI Commands

FUNCtion:TRANsformer:RANGe:TYPE
class RangeCls[source]

Range commands group definition. 1 total commands, 0 Subgroups, 1 group commands

get_type_py() TurnRatio[source]
# SCPI: FUNCtion:TRANsformer:RANGe[:TYPE]
value: enums.TurnRatio = driver.function.transformer.range.get_type_py()

Selects the impedance range for transformer measurement.

return:

turn_ratio: No help available

set_type_py(turn_ratio: TurnRatio) None[source]
# SCPI: FUNCtion:TRANsformer:RANGe[:TYPE]
driver.function.transformer.range.set_type_py(turn_ratio = enums.TurnRatio.N50)

Selects the impedance range for transformer measurement.

param turn_ratio:

No help available