TypePy

SCPI Command :

INPut:LISN[:TYPE]
class TypePyCls[source]

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

get() RsFsw.enums.LisnType[source]
# SCPI: INPut:LISN[:TYPE]
value: enums.LisnType = driver.applications.k70Vsa.inputPy.lisn.typePy.get()

Turns automatic control of a LISN on and off. It also selects the type of network.

return

type_py: ENV216 R&S ENV 216 / AMN6500: two phases and highpass are controllable. ENV432 R&S ENV 432: four phases are controllable. ENV4200 R&S ENV 4200: four phases are controllable. ESH2Z5 R&S ESH2-Z5: four phases (incl. protective earth) are controllable. ESH3Z5 R&S ESH3-Z5: two phases (incl. protective earth) are controllable. FOURphase R&S ESH2-Z5: four phases (incl. protective earth) are controllable. OFF Turns off remote control of the LISN. TWOPhase R&S ESH3-Z5: two phases (incl. protective earth) are controllable.

set(type_py: RsFsw.enums.LisnType) None[source]
# SCPI: INPut:LISN[:TYPE]
driver.applications.k70Vsa.inputPy.lisn.typePy.set(type_py = enums.LisnType.ENV216)

Turns automatic control of a LISN on and off. It also selects the type of network.

param type_py

ENV216 R&S ENV 216 / AMN6500: two phases and highpass are controllable. ENV432 R&S ENV 432: four phases are controllable. ENV4200 R&S ENV 4200: four phases are controllable. ESH2Z5 R&S ESH2-Z5: four phases (incl. protective earth) are controllable. ESH3Z5 R&S ESH3-Z5: two phases (incl. protective earth) are controllable. FOURphase R&S ESH2-Z5: four phases (incl. protective earth) are controllable. OFF Turns off remote control of the LISN. TWOPhase R&S ESH3-Z5: two phases (incl. protective earth) are controllable.