Pvalue
SCPI Command :
[SOURce<HW>]:BB:DVB:DVBS:PVALue
- Commands in total: 1Subgroups: 0Direct child commands: 1
- class PvalueStruct[source]
Response structure. Fields:
1 Pattern: str: numeric
2 Bitcount: int: integer Range: 8 to 8
- get() PvalueStruct[source]
# [SOURce<HW>]:BB:DVB:DVBS:PVALue value: PvalueStruct = driver.source.bb.dvb.dvbs.pvalue.get()
Option: R&S SMW-K116: requires [:SOURce<hw>]:BB:DVB:DVBS | DVBX:STYPe GP | GC and [:SOURce<hw>]:BB:DVB:DVBS | DVBX:DATA DLISt | PATTern Option: R&S SMW-K183 : requires [:SOURce<hw>]:BB:DVB:DVBS | DVBX:AM 1 and [:SOURce<hw>]:BB:DVB:DVBS | DVBX:STYPe GP | GC and [:SOURce<hw>]:BB:DVB:DVBS | DVBX:DATA DLISt | PATTern. Sets the 8-bit sized padding value to fill the baseband frame for transmission in hexadecimal representation in case of padding. Syntax to enter the hexadecimal value of the padding value: #H<value>,8
- Returns:
structure: for return value, see the help for PvalueStruct structure arguments.
- set(pattern: str, bitcount: int) None[source]
# [SOURce<HW>]:BB:DVB:DVBS:PVALue driver.source.bb.dvb.dvbs.pvalue.set(pattern = rawAbc, bitcount = 1)
Option: R&S SMW-K116: requires [:SOURce<hw>]:BB:DVB:DVBS | DVBX:STYPe GP | GC and [:SOURce<hw>]:BB:DVB:DVBS | DVBX:DATA DLISt | PATTern Option: R&S SMW-K183 : requires [:SOURce<hw>]:BB:DVB:DVBS | DVBX:AM 1 and [:SOURce<hw>]:BB:DVB:DVBS | DVBX:STYPe GP | GC and [:SOURce<hw>]:BB:DVB:DVBS | DVBX:DATA DLISt | PATTern. Sets the 8-bit sized padding value to fill the baseband frame for transmission in hexadecimal representation in case of padding. Syntax to enter the hexadecimal value of the padding value: #H<value>,8
- Parameters:
pattern – numeric
bitcount – integer Range: 8 to 8