Low

SCPI Commands

SENSe:MIXer:LOSS:TABLe:LOW
class LowCls[source]

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

get() str[source]
# SCPI: [SENSe]:MIXer:LOSS:TABLe[:LOW]
value: str = driver.sense.mixer.loss.table.low.get()

This command defines the file name of the conversion loss table to be used for the low (first) range.

return

filename: String containing the path and name of the file, or the serial number of the external mixer whose file is required. The R&S FSWP automatically selects the correct cvl file for the current IF. As an alternative, you can also select a user-defined conversion loss table (.acl file) .

set(filename: str) None[source]
# SCPI: [SENSe]:MIXer:LOSS:TABLe[:LOW]
driver.sense.mixer.loss.table.low.set(filename = '1')

This command defines the file name of the conversion loss table to be used for the low (first) range.

param filename

String containing the path and name of the file, or the serial number of the external mixer whose file is required. The R&S FSWP automatically selects the correct cvl file for the current IF. As an alternative, you can also select a user-defined conversion loss table (.acl file) .