Ports
SCPI Command :
[SENSe]:MIXer:PORTs
- class PortsCls[source]
Ports commands group definition. 1 total commands, 0 Subgroups, 1 group commands
- get() int [source]
# SCPI: [SENSe]:MIXer:PORTs value: int = driver.applications.k60Transient.sense.mixer.ports.get()
Selects the mixer type.
- return
port_type: 2 | 3 2 Two-port mixer. 3 Three-port mixer.
- set(port_type: int) None [source]
# SCPI: [SENSe]:MIXer:PORTs driver.applications.k60Transient.sense.mixer.ports.set(port_type = 1)
Selects the mixer type.
- param port_type
2 | 3 2 Two-port mixer. 3 Three-port mixer.