Fdam
SCPI Command :
BUS<*>:HBTO:FDAM
- Commands in total: 1Subgroups: 0Direct child commands: 1
- get(bus=Bus.Default) SignalSource[source]
# BUS<*>:HBTO:FDAM value: enums.SignalSource = driver.bus.hbto.fdam.get(bus = repcap.Bus.Default)
Selects the DA- source of the provided forward single ended signal, if method
RsRtx.bus.hbto.ftyp.set()is set to SINGle.- Parameters:
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)
- Returns:
source_da_minus: C1W1 | C2W1 | C3W1 | C4W1 | M1 | M2 | M3 | M4 | M5 | M6 | M7 | M8 | R1 | R2 | R3 | R4
- set(source_da_minus: SignalSource, bus=Bus.Default) None[source]
# BUS<*>:HBTO:FDAM driver.bus.hbto.fdam.set(source_da_minus = enums.SignalSource.AJ1, bus = repcap.Bus.Default)
Selects the DA- source of the provided forward single ended signal, if method
RsRtx.bus.hbto.ftyp.set()is set to SINGle.- Parameters:
source_da_minus – C1W1 | C2W1 | C3W1 | C4W1 | M1 | M2 | M3 | M4 | M5 | M6 | M7 | M8 | R1 | R2 | R3 | R4
bus – optional repeated capability selector. Default value: Nr1 (settable in the interface ‘Bus’)