HwInterface<HardwareIntf>

RepCap Settings

# Range: Intf1 .. Intf4
rc = driver.configure.hwInterface.repcap_hardwareIntf_get()
driver.configure.hwInterface.repcap_hardwareIntf_set(repcap.HardwareIntf.Intf1)

SCPI Commands

CONFigure:BLUetooth:SIGNaling<Instance>:HWINterface<HardwareIntf>
class HwInterface[source]

HwInterface commands group definition. 1 total commands, 0 Sub-groups, 1 group commands Repeated Capability: HardwareIntf, default value after init: HardwareIntf.Intf1

get(hardwareIntf=<HardwareIntf.Default: -1>)RsCmwBluetoothSig.enums.HwInterface[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:HWINterface<nr>
value: enums.HwInterface = driver.configure.hwInterface.get(hardwareIntf = repcap.HardwareIntf.Default)

Defines interface used for tests.

param hardwareIntf

optional repeated capability selector. Default value: Intf1 (settable in the interface ‘HwInterface’)

return

hw_interface: NONE | RS232 | USB RS232: USB connection with USB to RS232 adapter NONE: no control via USB to be used USB: direct USB connection

set(hw_interface: RsCmwBluetoothSig.enums.HwInterface, hardwareIntf=<HardwareIntf.Default: -1>)None[source]
# SCPI: CONFigure:BLUetooth:SIGNaling<Instance>:HWINterface<nr>
driver.configure.hwInterface.set(hw_interface = enums.HwInterface.NONE, hardwareIntf = repcap.HardwareIntf.Default)

Defines interface used for tests.

param hw_interface

NONE | RS232 | USB RS232: USB connection with USB to RS232 adapter NONE: no control via USB to be used USB: direct USB connection

param hardwareIntf

optional repeated capability selector. Default value: Intf1 (settable in the interface ‘HwInterface’)

Cloning the Group

# Create a clone of the original group, that exists independently
group2 = driver.configure.hwInterface.clone()