RefLo

SCPI Command :

CONNector:REFLo:OUTPut
class RefLoCls[source]

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

get_output() RefLoOutput[source]
# SCPI: CONNector:REFLo:OUTPut
value: enums.RefLoOutput = driver.connector.refLo.get_output()

Determines the signal provided at the output connector [REF/LO OUT] (rear of the instrument) .

return:

output: REF| LO| OFF

set_output(output: RefLoOutput) None[source]
# SCPI: CONNector:REFLo:OUTPut
driver.connector.refLo.set_output(output = enums.RefLoOutput.LO)

Determines the signal provided at the output connector [REF/LO OUT] (rear of the instrument) .

param output:

REF| LO| OFF