Ports
SCPI Command :
[SENSe]:MIXer:PORTs
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get() int[source]
# [SENSe]:MIXer:PORTs value: int = driver.applications.k14Xnr5G.sense.mixer.ports.get()
Selects the mixer type.
- Returns:
port_type: 2 | 3 2 Two-port mixer. 3 Three-port mixer.
- set(port_type: int) None[source]
# [SENSe]:MIXer:PORTs driver.applications.k14Xnr5G.sense.mixer.ports.set(port_type = 1)
Selects the mixer type.
- Parameters:
port_type – 2 | 3 2 Two-port mixer. 3 Three-port mixer.