State

SCPI Command :

[SOURce<HW>]:BB:INPut:IP<CH>:[STATe]
class StateCls[source]

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

get(ipVersion=IpVersion.Default) bool[source]
# SCPI: [SOURce<HW>]:BB:INPut:IP<CH>:[STATe]
value: bool = driver.source.bb.inputPy.ip.state.get(ipVersion = repcap.IpVersion.Default)

Activates/deactivates the ‘IP Channel x’ as IP input. Specify the current IP TS Channel with the command SOURce1:BB:DigStd:INPut:TSCHannel. DigStd stands for the IP TS Channel in the corresponding broadcast standard.

param ipVersion:

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

return:

alias: 1| ON| 0| OFF

set(alias: bool, ipVersion=IpVersion.Default) None[source]
# SCPI: [SOURce<HW>]:BB:INPut:IP<CH>:[STATe]
driver.source.bb.inputPy.ip.state.set(alias = False, ipVersion = repcap.IpVersion.Default)

Activates/deactivates the ‘IP Channel x’ as IP input. Specify the current IP TS Channel with the command SOURce1:BB:DigStd:INPut:TSCHannel. DigStd stands for the IP TS Channel in the corresponding broadcast standard.

param alias:

1| ON| 0| OFF

param ipVersion:

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